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

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

Issue 10573012: kill --downloads-new-ui (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 6 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/ui/browser.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 #pragma once 9 #pragma once
10 10
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 extern const char kDisableSyncSearchEngines[]; 124 extern const char kDisableSyncSearchEngines[];
125 extern const char kDisableSyncThemes[]; 125 extern const char kDisableSyncThemes[];
126 extern const char kDisableSyncTypedUrls[]; 126 extern const char kDisableSyncTypedUrls[];
127 extern const char kDisableTranslate[]; 127 extern const char kDisableTranslate[];
128 extern const char kDisableWebResources[]; 128 extern const char kDisableWebResources[];
129 extern const char kDisableZeroBrowsersOpenForTests[]; 129 extern const char kDisableZeroBrowsersOpenForTests[];
130 extern const char kDiskCacheDir[]; 130 extern const char kDiskCacheDir[];
131 extern const char kDiskCacheSize[]; 131 extern const char kDiskCacheSize[];
132 extern const char kDnsLogDetails[]; 132 extern const char kDnsLogDetails[];
133 extern const char kDnsPrefetchDisable[]; 133 extern const char kDnsPrefetchDisable[];
134 extern const char kDownloadsNewUI[];
135 extern const char kDumpHistogramsOnExit[]; 134 extern const char kDumpHistogramsOnExit[];
136 extern const char kEnableActionBox[]; 135 extern const char kEnableActionBox[];
137 extern const char kEnableAsyncDns[]; 136 extern const char kEnableAsyncDns[];
138 extern const char kEnableAuthNegotiatePort[]; 137 extern const char kEnableAuthNegotiatePort[];
139 extern const char kEnableAutofillFeedback[]; 138 extern const char kEnableAutofillFeedback[];
140 extern const char kEnableAutologin[]; 139 extern const char kEnableAutologin[];
141 extern const char kEnableBenchmarking[]; 140 extern const char kEnableBenchmarking[];
142 extern const char kEnableBundledPpapiFlash[]; 141 extern const char kEnableBundledPpapiFlash[];
143 extern const char kEnableChromeToMobile[]; 142 extern const char kEnableChromeToMobile[];
144 extern const char kEnableCloudPolicyService[]; 143 extern const char kEnableCloudPolicyService[];
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 #else 423 #else
425 extern const char kEnablePrintPreview[]; 424 extern const char kEnablePrintPreview[];
426 #endif 425 #endif
427 426
428 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 427 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
429 // alphabetical order, or in one of the ifdefs (also in order in each section). 428 // alphabetical order, or in one of the ifdefs (also in order in each section).
430 429
431 } // namespace switches 430 } // namespace switches
432 431
433 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 432 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/browser.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698