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

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

Issue 10175005: Add command line flag to force all extensions to have a browser action. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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/browser/about_flags.cc ('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 #pragma once 9 #pragma once
10 10
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 extern const char kDnsPrefetchDisable[]; 128 extern const char kDnsPrefetchDisable[];
129 extern const char kDownloadsNewUI[]; 129 extern const char kDownloadsNewUI[];
130 extern const char kDumpHistogramsOnExit[]; 130 extern const char kDumpHistogramsOnExit[];
131 extern const char kEnableAeroPeekTabs[]; 131 extern const char kEnableAeroPeekTabs[];
132 extern const char kEnableAsyncDns[]; 132 extern const char kEnableAsyncDns[];
133 extern const char kEnableAsynchronousSpellChecking[]; 133 extern const char kEnableAsynchronousSpellChecking[];
134 extern const char kEnableAuthNegotiatePort[]; 134 extern const char kEnableAuthNegotiatePort[];
135 extern const char kEnableAutofillFeedback[]; 135 extern const char kEnableAutofillFeedback[];
136 extern const char kEnableAutologin[]; 136 extern const char kEnableAutologin[];
137 extern const char kEnableBenchmarking[]; 137 extern const char kEnableBenchmarking[];
138 extern const char kEnableBrowserActionsForAll[];
138 extern const char kEnableBundledPpapiFlash[]; 139 extern const char kEnableBundledPpapiFlash[];
139 extern const char kEnableChromeToMobile[]; 140 extern const char kEnableChromeToMobile[];
140 extern const char kEnableCloudPrintProxy[]; 141 extern const char kEnableCloudPrintProxy[];
141 extern const char kEnableConnectBackupJobs[]; 142 extern const char kEnableConnectBackupJobs[];
142 extern const char kEnableCrxlessWebApps[]; 143 extern const char kEnableCrxlessWebApps[];
143 extern const char kEnableDevToolsExperiments[]; 144 extern const char kEnableDevToolsExperiments[];
144 extern const char kEnableExperimentalExtensionApis[]; 145 extern const char kEnableExperimentalExtensionApis[];
145 extern const char kEnableExtensionActivityLogging[]; 146 extern const char kEnableExtensionActivityLogging[];
146 extern const char kEnableExtensionActivityUI[]; 147 extern const char kEnableExtensionActivityUI[];
147 extern const char kEnableExtensionTimelineApi[]; 148 extern const char kEnableExtensionTimelineApi[];
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 #else 410 #else
410 extern const char kEnablePrintPreview[]; 411 extern const char kEnablePrintPreview[];
411 #endif 412 #endif
412 413
413 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 414 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
414 // alphabetical order, or in one of the ifdefs (also in order in each section). 415 // alphabetical order, or in one of the ifdefs (also in order in each section).
415 416
416 } // namespace switches 417 } // namespace switches
417 418
418 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 419 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698