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

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

Issue 9293008: Move click-to-play out of chrome://flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 8 years, 10 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
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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 extern const char kDnsServer[]; 130 extern const char kDnsServer[];
131 extern const char kDomAutomationController[]; 131 extern const char kDomAutomationController[];
132 extern const char kDownloadsNewUI[]; 132 extern const char kDownloadsNewUI[];
133 extern const char kDumpHistogramsOnExit[]; 133 extern const char kDumpHistogramsOnExit[];
134 extern const char kEnableAeroPeekTabs[]; 134 extern const char kEnableAeroPeekTabs[];
135 extern const char kEnableAuthNegotiatePort[]; 135 extern const char kEnableAuthNegotiatePort[];
136 extern const char kEnableAutofillFeedback[]; 136 extern const char kEnableAutofillFeedback[];
137 extern const char kEnableAutologin[]; 137 extern const char kEnableAutologin[];
138 extern const char kEnableBenchmarking[]; 138 extern const char kEnableBenchmarking[];
139 extern const char kEnableClearServerData[]; 139 extern const char kEnableClearServerData[];
140 extern const char kEnableClickToPlay[];
141 extern const char kEnableCloudPrintProxy[]; 140 extern const char kEnableCloudPrintProxy[];
142 extern const char kEnableCompositeToTexture[]; 141 extern const char kEnableCompositeToTexture[];
143 extern const char kEnableConnectBackupJobs[]; 142 extern const char kEnableConnectBackupJobs[];
144 extern const char kEnableCrxlessWebApps[]; 143 extern const char kEnableCrxlessWebApps[];
145 extern const char kEnableDevToolsExperiments[]; 144 extern const char kEnableDevToolsExperiments[];
146 extern const char kEnableExperimentalExtensionApis[]; 145 extern const char kEnableExperimentalExtensionApis[];
147 extern const char kEnableExtensionActivityLogging[]; 146 extern const char kEnableExtensionActivityLogging[];
148 extern const char kEnableExtensionTimelineApi[]; 147 extern const char kEnableExtensionTimelineApi[];
149 extern const char kEnableFastback[]; 148 extern const char kEnableFastback[];
150 extern const char kEnableFileCookies[]; 149 extern const char kEnableFileCookies[];
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 #if defined(USE_AURA) 399 #if defined(USE_AURA)
401 extern const char kTestCompositor[]; 400 extern const char kTestCompositor[];
402 #endif 401 #endif
403 402
404 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 403 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
405 // alphabetical order, or in one of the ifdefs (also in order in each section). 404 // alphabetical order, or in one of the ifdefs (also in order in each section).
406 405
407 } // namespace switches 406 } // namespace switches
408 407
409 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 408 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options2/content_settings_handler2.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698