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

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

Issue 313001: Implement the Extension History API, v 0.1.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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.gyp ('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) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 extern const char kDiskCacheDir[]; 55 extern const char kDiskCacheDir[];
56 extern const char kDiskCacheSize[]; 56 extern const char kDiskCacheSize[];
57 extern const char kDnsLogDetails[]; 57 extern const char kDnsLogDetails[];
58 extern const char kDnsPrefetchDisable[]; 58 extern const char kDnsPrefetchDisable[];
59 extern const char kDomAutomationController[]; 59 extern const char kDomAutomationController[];
60 extern const char kDumpHistogramsOnExit[]; 60 extern const char kDumpHistogramsOnExit[];
61 extern const char kEnableApplicationCache[]; 61 extern const char kEnableApplicationCache[];
62 extern const char kEnableBenchmarking[]; 62 extern const char kEnableBenchmarking[];
63 extern const char kEnableDatabases[]; 63 extern const char kEnableDatabases[];
64 extern const char kEnableDesktopNotifications[]; 64 extern const char kEnableDesktopNotifications[];
65 extern const char kEnableExperimentalExtensionApis[];
65 extern const char kEnableExperimentalWebGL[]; 66 extern const char kEnableExperimentalWebGL[];
66 extern const char kEnableExtensionTimelineApi[]; 67 extern const char kEnableExtensionTimelineApi[];
67 extern const char kEnableFastback[]; 68 extern const char kEnableFastback[];
68 extern const char kEnableFileCookies[]; 69 extern const char kEnableFileCookies[];
69 extern const char kEnableLocalStorage[]; 70 extern const char kEnableLocalStorage[];
70 extern const char kEnableLogging[]; 71 extern const char kEnableLogging[];
71 extern const char kEnableMonitorProfile[]; 72 extern const char kEnableMonitorProfile[];
72 extern const char kEnableNativeWebWorkers[]; 73 extern const char kEnableNativeWebWorkers[];
73 extern const char kEnableRemoteFonts[]; 74 extern const char kEnableRemoteFonts[];
74 extern const char kEnableRendererAccessibility[]; 75 extern const char kEnableRendererAccessibility[];
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 #endif 199 #endif
199 200
200 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 201 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
201 // alphabetical order, or in one of the ifdefs (also in order in each section). 202 // alphabetical order, or in one of the ifdefs (also in order in each section).
202 203
203 extern const char kEnableNewAutoFill[]; 204 extern const char kEnableNewAutoFill[];
204 205
205 } // namespace switches 206 } // namespace switches
206 207
207 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 208 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698