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

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

Issue 10806056: Move plugin_browsertests.cc from browser_tests to content_browsertests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync to mac+win fixes Created 8 years, 5 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
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 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 extern const char kDisableExtensions[]; 96 extern const char kDisableExtensions[];
97 extern const char kDisableFlashSandbox[]; 97 extern const char kDisableFlashSandbox[];
98 extern const char kDisableImprovedDownloadProtection[]; 98 extern const char kDisableImprovedDownloadProtection[];
99 extern const char kDisableInBrowserThumbnailing[]; 99 extern const char kDisableInBrowserThumbnailing[];
100 extern const char kDisableInternalFlash[]; 100 extern const char kDisableInternalFlash[];
101 extern const char kDisableIPv6[]; 101 extern const char kDisableIPv6[];
102 extern const char kDisableIPPooling[]; 102 extern const char kDisableIPPooling[];
103 extern const char kDisableNonFullscreenMouseLock[]; 103 extern const char kDisableNonFullscreenMouseLock[];
104 extern const char kDisableNTPOtherSessionsMenu[]; 104 extern const char kDisableNTPOtherSessionsMenu[];
105 extern const char kDisableLoginAnimations[]; 105 extern const char kDisableLoginAnimations[];
106 extern const char kDisablePopupBlocking[];
106 extern const char kDisablePreconnect[]; 107 extern const char kDisablePreconnect[];
107 extern const char kDisablePromptOnRepost[]; 108 extern const char kDisablePromptOnRepost[];
108 extern const char kDisableRestoreBackgroundContents[]; 109 extern const char kDisableRestoreBackgroundContents[];
109 extern const char kDisableRestoreSessionState[]; 110 extern const char kDisableRestoreSessionState[];
110 extern const char kDisableSync[]; 111 extern const char kDisableSync[];
111 extern const char kDisableSyncAppSettings[]; 112 extern const char kDisableSyncAppSettings[];
112 extern const char kDisableSyncApps[]; 113 extern const char kDisableSyncApps[];
113 extern const char kDisableSyncAppNotifications[]; 114 extern const char kDisableSyncAppNotifications[];
114 extern const char kDisableSyncAutofill[]; 115 extern const char kDisableSyncAutofill[];
115 extern const char kDisableSyncAutofillProfile[]; 116 extern const char kDisableSyncAutofillProfile[];
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 #else 433 #else
433 extern const char kEnablePrintPreview[]; 434 extern const char kEnablePrintPreview[];
434 #endif 435 #endif
435 436
436 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 437 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
437 // alphabetical order, or in one of the ifdefs (also in order in each section). 438 // alphabetical order, or in one of the ifdefs (also in order in each section).
438 439
439 } // namespace switches 440 } // namespace switches
440 441
441 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 442 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698