switches.h 459 B

12345678910111213141516
  1. // Copyright 2013 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #ifndef APPS_SWITCHES_H_
  5. #define APPS_SWITCHES_H_
  6. namespace apps {
  7. // All switches in alphabetical order. The switches should be documented
  8. // alongside the definition of their values in the .cc file.
  9. extern const char kLoadAndLaunchApp[];
  10. } // namespace apps
  11. #endif // APPS_SWITCHES_H_