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

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

Issue 15021007: Do conservative prerendering based on the LocalPredictor in Dev/Canary. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 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/browser/prerender/prerender_unittest.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 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 extern const char kDisableInstantExtendedAPI[]; 101 extern const char kDisableInstantExtendedAPI[];
102 extern const char kDisableIPv6[]; 102 extern const char kDisableIPv6[];
103 extern const char kDisableIPPooling[]; 103 extern const char kDisableIPPooling[];
104 extern const char kDisableLocalFirstLoadNTP[]; 104 extern const char kDisableLocalFirstLoadNTP[];
105 extern const char kDisableLocalOnlyInstantExtendedAPI[]; 105 extern const char kDisableLocalOnlyInstantExtendedAPI[];
106 extern const char kDisableMinimizeOnSecondLauncherItemClick[]; 106 extern const char kDisableMinimizeOnSecondLauncherItemClick[];
107 extern const char kDisableNativeAutofillUi[]; 107 extern const char kDisableNativeAutofillUi[];
108 extern const char kDisableNTPOtherSessionsMenu[]; 108 extern const char kDisableNTPOtherSessionsMenu[];
109 extern const char kDisablePopupBlocking[]; 109 extern const char kDisablePopupBlocking[];
110 extern const char kDisablePreconnect[]; 110 extern const char kDisablePreconnect[];
111 extern const char kDisablePrerenderLocalPredictor[];
111 extern const char kDisablePromptOnRepost[]; 112 extern const char kDisablePromptOnRepost[];
112 extern const char kDisableRestoreBackgroundContents[]; 113 extern const char kDisableRestoreBackgroundContents[];
113 extern const char kDisableRestoreSessionState[]; 114 extern const char kDisableRestoreSessionState[];
114 extern const char kDisableScriptedPrintThrottling[]; 115 extern const char kDisableScriptedPrintThrottling[];
115 extern const char kDisableSync[]; 116 extern const char kDisableSync[];
116 extern const char kDisableSyncAppSettings[]; 117 extern const char kDisableSyncAppSettings[];
117 extern const char kDisableSyncApps[]; 118 extern const char kDisableSyncApps[];
118 extern const char kDisableSyncAutofill[]; 119 extern const char kDisableSyncAutofill[];
119 extern const char kDisableSyncAutofillProfile[]; 120 extern const char kDisableSyncAutofillProfile[];
120 extern const char kDisableSyncBookmarks[]; 121 extern const char kDisableSyncBookmarks[];
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 #else 482 #else
482 extern const char kEnablePrintPreview[]; 483 extern const char kEnablePrintPreview[];
483 #endif 484 #endif
484 485
485 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 486 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
486 // alphabetical order, or in one of the ifdefs (also in order in each section). 487 // alphabetical order, or in one of the ifdefs (also in order in each section).
487 488
488 } // namespace switches 489 } // namespace switches
489 490
490 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 491 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/prerender/prerender_unittest.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698