Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(624)

Side by Side Diff: chrome/common/chrome_switches.h

Issue 449623003: Integrate About page into Settings for Chrome OS settings in a window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Defines all the command-line switches used by Chrome. 5 // Defines all the command-line switches used by Chrome.
6 6
7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_ 7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_
8 #define CHROME_COMMON_CHROME_SWITCHES_H_ 8 #define CHROME_COMMON_CHROME_SWITCHES_H_
9 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 extern const char kCloudPrintPrintTicket[]; 58 extern const char kCloudPrintPrintTicket[];
59 extern const char kCloudPrintSetupProxy[]; 59 extern const char kCloudPrintSetupProxy[];
60 extern const char kCrashOnHangThreads[]; 60 extern const char kCrashOnHangThreads[];
61 extern const char kCreateBrowserOnStartupForTests[]; 61 extern const char kCreateBrowserOnStartupForTests[];
62 extern const char kCustomLauncherPage[]; 62 extern const char kCustomLauncherPage[];
63 extern const char kDebugEnableFrameToggle[]; 63 extern const char kDebugEnableFrameToggle[];
64 extern const char kDebugPackedApps[]; 64 extern const char kDebugPackedApps[];
65 extern const char kDiagnostics[]; 65 extern const char kDiagnostics[];
66 extern const char kDiagnosticsFormat[]; 66 extern const char kDiagnosticsFormat[];
67 extern const char kDiagnosticsRecovery[]; 67 extern const char kDiagnosticsRecovery[];
68 extern const char kDisableAboutInSettings[];
68 extern const char kDisableAsyncDns[]; 69 extern const char kDisableAsyncDns[];
69 extern const char kDisableAuthNegotiateCnameLookup[]; 70 extern const char kDisableAuthNegotiateCnameLookup[];
70 extern const char kDisableBackgroundNetworking[]; 71 extern const char kDisableBackgroundNetworking[];
71 extern const char kDisableBundledPpapiFlash[]; 72 extern const char kDisableBundledPpapiFlash[];
72 extern const char kDisableClientSidePhishingDetection[]; 73 extern const char kDisableClientSidePhishingDetection[];
73 extern const char kDisableComponentExtensionsWithBackgroundPages[]; 74 extern const char kDisableComponentExtensionsWithBackgroundPages[];
74 extern const char kDisableComponentUpdate[]; 75 extern const char kDisableComponentUpdate[];
75 extern const char kDisableDefaultApps[]; 76 extern const char kDisableDefaultApps[];
76 extern const char kDisableDeviceDiscoveryNotifications[]; 77 extern const char kDisableDeviceDiscoveryNotifications[];
77 extern const char kDisableDnsProbes[]; 78 extern const char kDisableDnsProbes[];
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 #if defined(ENABLE_PLUGINS) 392 #if defined(ENABLE_PLUGINS)
392 extern const char kAllowNaClCrxFsAPI[]; 393 extern const char kAllowNaClCrxFsAPI[];
393 extern const char kAllowNaClFileHandleAPI[]; 394 extern const char kAllowNaClFileHandleAPI[];
394 extern const char kAllowNaClSocketAPI[]; 395 extern const char kAllowNaClSocketAPI[];
395 #endif 396 #endif
396 397
397 #ifndef NDEBUG 398 #ifndef NDEBUG
398 extern const char kFileManagerExtensionPath[]; 399 extern const char kFileManagerExtensionPath[];
399 #endif 400 #endif
400 401
402 bool AboutInSettingsEnabled();
401 bool SettingsWindowEnabled(); 403 bool SettingsWindowEnabled();
402 404
403 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 405 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
404 // alphabetical order, or in one of the ifdefs (also in order in each section). 406 // alphabetical order, or in one of the ifdefs (also in order in each section).
405 407
406 } // namespace switches 408 } // namespace switches
407 409
408 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 410 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698