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

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

Issue 996003: Adds a command-line option that disables AeroPeek.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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/aeropeek_manager.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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 18 matching lines...) Expand all
29 extern const char kAuthServerWhitelist[]; 29 extern const char kAuthServerWhitelist[];
30 extern const char kAutomationClientChannelID[]; 30 extern const char kAutomationClientChannelID[];
31 extern const char kBookmarkMenu[]; 31 extern const char kBookmarkMenu[];
32 extern const char kBrowserAssertTest[]; 32 extern const char kBrowserAssertTest[];
33 extern const char kBrowserCrashTest[]; 33 extern const char kBrowserCrashTest[];
34 extern const char kBrowserSubprocessPath[]; 34 extern const char kBrowserSubprocessPath[];
35 extern const char kChromeFrame[]; 35 extern const char kChromeFrame[];
36 extern const char kCountry[]; 36 extern const char kCountry[];
37 extern const char kDebugPrint[]; 37 extern const char kDebugPrint[];
38 extern const char kDiagnostics[]; 38 extern const char kDiagnostics[];
39 extern const char kDisableAeroPeek[];
39 extern const char kDisableAltWinstation[]; 40 extern const char kDisableAltWinstation[];
40 extern const char kDisableApplicationCache[]; 41 extern const char kDisableApplicationCache[];
41 extern const char kDisableAudio[]; 42 extern const char kDisableAudio[];
42 extern const char kDisableBackingStoreLimit[]; 43 extern const char kDisableBackingStoreLimit[];
43 extern const char kDisableByteRangeSupport[]; 44 extern const char kDisableByteRangeSupport[];
44 extern const char kDisableCustomJumpList[]; 45 extern const char kDisableCustomJumpList[];
45 extern const char kDisableDatabases[]; 46 extern const char kDisableDatabases[];
46 extern const char kDisableDesktopNotifications[]; 47 extern const char kDisableDesktopNotifications[];
47 extern const char kDisableDevTools[]; 48 extern const char kDisableDevTools[];
48 extern const char kDisableExtensions[]; 49 extern const char kDisableExtensions[];
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 #if !defined(OFFICIAL_BUILD) 257 #if !defined(OFFICIAL_BUILD)
257 extern const char kRendererCheckFalseTest[]; 258 extern const char kRendererCheckFalseTest[];
258 #endif 259 #endif
259 260
260 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 261 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
261 // alphabetical order, or in one of the ifdefs (also in order in each section). 262 // alphabetical order, or in one of the ifdefs (also in order in each section).
262 263
263 } // namespace switches 264 } // namespace switches
264 265
265 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 266 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/aeropeek_manager.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698