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

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

Issue 10368027: Remove Aero Peek Tabs code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 8 years, 7 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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 extern const char kDisableTranslate[]; 124 extern const char kDisableTranslate[];
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 kDownloadsNewUI[]; 131 extern const char kDownloadsNewUI[];
132 extern const char kDumpHistogramsOnExit[]; 132 extern const char kDumpHistogramsOnExit[];
133 extern const char kEnableActionBox[]; 133 extern const char kEnableActionBox[];
134 extern const char kEnableAeroPeekTabs[];
135 extern const char kEnableAsyncDns[]; 134 extern const char kEnableAsyncDns[];
136 extern const char kEnableAsynchronousSpellChecking[]; 135 extern const char kEnableAsynchronousSpellChecking[];
137 extern const char kEnableAuthNegotiatePort[]; 136 extern const char kEnableAuthNegotiatePort[];
138 extern const char kEnableAutofillFeedback[]; 137 extern const char kEnableAutofillFeedback[];
139 extern const char kEnableAutologin[]; 138 extern const char kEnableAutologin[];
140 extern const char kEnableBenchmarking[]; 139 extern const char kEnableBenchmarking[];
141 extern const char kEnableBrowserActionsForAll[]; 140 extern const char kEnableBrowserActionsForAll[];
142 extern const char kEnableBundledPpapiFlash[]; 141 extern const char kEnableBundledPpapiFlash[];
143 extern const char kEnableClientOAuthSignin[]; 142 extern const char kEnableClientOAuthSignin[];
144 extern const char kEnableChromeToMobile[]; 143 extern const char kEnableChromeToMobile[];
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 #else 413 #else
415 extern const char kEnablePrintPreview[]; 414 extern const char kEnablePrintPreview[];
416 #endif 415 #endif
417 416
418 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 417 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
419 // alphabetical order, or in one of the ifdefs (also in order in each section). 418 // alphabetical order, or in one of the ifdefs (also in order in each section).
420 419
421 } // namespace switches 420 } // namespace switches
422 421
423 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 422 #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