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

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

Issue 12463015: Enable <adview> tag for packaged apps. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Merge fix. Created 7 years, 9 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
« no previous file with comments | « chrome/chrome_tests.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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 extern const char kDisableTLSChannelID[]; 124 extern const char kDisableTLSChannelID[];
125 extern const char kDisableWebResources[]; 125 extern const char kDisableWebResources[];
126 extern const char kDisableZeroBrowsersOpenForTests[]; 126 extern const char kDisableZeroBrowsersOpenForTests[];
127 extern const char kDiskCacheDir[]; 127 extern const char kDiskCacheDir[];
128 extern const char kDiskCacheSize[]; 128 extern const char kDiskCacheSize[];
129 extern const char kDnsLogDetails[]; 129 extern const char kDnsLogDetails[];
130 extern const char kDnsPrefetchDisable[]; 130 extern const char kDnsPrefetchDisable[];
131 extern const char kDumpHistogramsOnExit[]; 131 extern const char kDumpHistogramsOnExit[];
132 extern const char kDisableSyncTabs[]; 132 extern const char kDisableSyncTabs[];
133 extern const char kEasyOffStoreExtensionInstall[]; 133 extern const char kEasyOffStoreExtensionInstall[];
134 extern const char kEnableAdview[];
135 extern const char kEnableAdviewSrcAttribute[];
134 extern const char kEnableAsyncDns[]; 136 extern const char kEnableAsyncDns[];
135 extern const char kEnableAuthNegotiatePort[]; 137 extern const char kEnableAuthNegotiatePort[];
136 extern const char kEnableAutologin[]; 138 extern const char kEnableAutologin[];
137 extern const char kEnableBenchmarking[]; 139 extern const char kEnableBenchmarking[];
138 extern const char kEnableCloudPrintProxy[]; 140 extern const char kEnableCloudPrintProxy[];
139 extern const char kEnableComponentCloudPolicy[]; 141 extern const char kEnableComponentCloudPolicy[];
140 extern const char kEnableContacts[]; 142 extern const char kEnableContacts[];
141 extern const char kEnableDesktopGuestMode[]; 143 extern const char kEnableDesktopGuestMode[];
142 extern const char kEnableDevToolsExperiments[]; 144 extern const char kEnableDevToolsExperiments[];
143 extern const char kEnableExperimentalExtensionApis[]; 145 extern const char kEnableExperimentalExtensionApis[];
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 #else 481 #else
480 extern const char kEnablePrintPreview[]; 482 extern const char kEnablePrintPreview[];
481 #endif 483 #endif
482 484
483 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 485 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
484 // alphabetical order, or in one of the ifdefs (also in order in each section). 486 // alphabetical order, or in one of the ifdefs (also in order in each section).
485 487
486 } // namespace switches 488 } // namespace switches
487 489
488 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 490 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698