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

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

Issue 11035070: <browser> Disable browser plugin in content_shell by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync @tott + fix one include order. Created 8 years, 2 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/chrome_content_browser_client.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 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 extern const char kDiskCacheDir[]; 128 extern const char kDiskCacheDir[];
129 extern const char kDiskCacheSize[]; 129 extern const char kDiskCacheSize[];
130 extern const char kDnsLogDetails[]; 130 extern const char kDnsLogDetails[];
131 extern const char kDnsPrefetchDisable[]; 131 extern const char kDnsPrefetchDisable[];
132 extern const char kDumpHistogramsOnExit[]; 132 extern const char kDumpHistogramsOnExit[];
133 extern const char kEnableAsyncDns[]; 133 extern const char kEnableAsyncDns[];
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 kEnableBrowserPluginForAllViewTypes[];
139 extern const char kEnableBundledPpapiFlash[]; 138 extern const char kEnableBundledPpapiFlash[];
140 extern const char kEnableCloudPolicyService[]; 139 extern const char kEnableCloudPolicyService[];
141 extern const char kEnableCloudPrintProxy[]; 140 extern const char kEnableCloudPrintProxy[];
142 extern const char kEnableConnectBackupJobs[]; 141 extern const char kEnableConnectBackupJobs[];
143 extern const char kEnableContacts[]; 142 extern const char kEnableContacts[];
144 extern const char kEnableCrxlessWebApps[]; 143 extern const char kEnableCrxlessWebApps[];
145 extern const char kEnableDevToolsExperiments[]; 144 extern const char kEnableDevToolsExperiments[];
146 extern const char kEnableEasyOffStoreExtensionInstall[]; 145 extern const char kEnableEasyOffStoreExtensionInstall[];
147 extern const char kEnableExperimentalExtensionApis[]; 146 extern const char kEnableExperimentalExtensionApis[];
148 extern const char kEnableExtensionActivityLogging[]; 147 extern const char kEnableExtensionActivityLogging[];
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 #else 455 #else
457 extern const char kEnablePrintPreview[]; 456 extern const char kEnablePrintPreview[];
458 #endif 457 #endif
459 458
460 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 459 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
461 // alphabetical order, or in one of the ifdefs (also in order in each section). 460 // alphabetical order, or in one of the ifdefs (also in order in each section).
462 461
463 } // namespace switches 462 } // namespace switches
464 463
465 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 464 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698