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

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

Issue 9234076: Implementation of the Extension Activity Log UI behind a flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address remaining comments. 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
« no previous file with comments | « chrome/chrome_browser.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 #pragma once 9 #pragma once
10 10
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 kEnableCloudPrintProxy[]; 140 extern const char kEnableCloudPrintProxy[];
141 extern const char kEnableCompositeToTexture[]; 141 extern const char kEnableCompositeToTexture[];
142 extern const char kEnableConnectBackupJobs[]; 142 extern const char kEnableConnectBackupJobs[];
143 extern const char kEnableCrxlessWebApps[]; 143 extern const char kEnableCrxlessWebApps[];
144 extern const char kEnableDevToolsExperiments[]; 144 extern const char kEnableDevToolsExperiments[];
145 extern const char kEnableExperimentalExtensionApis[]; 145 extern const char kEnableExperimentalExtensionApis[];
146 extern const char kEnableExtensionActivityLogging[]; 146 extern const char kEnableExtensionActivityLogging[];
147 extern const char kEnableExtensionActivityUI[];
147 extern const char kEnableExtensionTimelineApi[]; 148 extern const char kEnableExtensionTimelineApi[];
148 extern const char kEnableFastback[]; 149 extern const char kEnableFastback[];
149 extern const char kEnableFileCookies[]; 150 extern const char kEnableFileCookies[];
150 extern const char kEnableHttpPipelining[]; 151 extern const char kEnableHttpPipelining[];
151 extern const char kEnableInBrowserThumbnailing[]; 152 extern const char kEnableInBrowserThumbnailing[];
152 extern const char kEnableIPv6[]; 153 extern const char kEnableIPv6[];
153 extern const char kEnableIPCFuzzing[]; 154 extern const char kEnableIPCFuzzing[];
154 extern const char kEnableIPPooling[]; 155 extern const char kEnableIPPooling[];
155 extern const char kEnableMacCookies[]; 156 extern const char kEnableMacCookies[];
156 extern const char kEnableMemoryInfo[]; 157 extern const char kEnableMemoryInfo[];
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 #if defined(USE_AURA) 402 #if defined(USE_AURA)
402 extern const char kTestCompositor[]; 403 extern const char kTestCompositor[];
403 #endif 404 #endif
404 405
405 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 406 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
406 // alphabetical order, or in one of the ifdefs (also in order in each section). 407 // alphabetical order, or in one of the ifdefs (also in order in each section).
407 408
408 } // namespace switches 409 } // namespace switches
409 410
410 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 411 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698