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

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

Issue 304253005: Make the contextual search flag tri-state. This allows users to opt-out even if they're in the Fin… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « chrome/browser/about_flags.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 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 extern const char kWindowPosition[]; 346 extern const char kWindowPosition[];
347 extern const char kWindowSize[]; 347 extern const char kWindowSize[];
348 extern const char kWinHttpProxyResolver[]; 348 extern const char kWinHttpProxyResolver[];
349 349
350 #if defined(ENABLE_PLUGIN_INSTALLATION) 350 #if defined(ENABLE_PLUGIN_INSTALLATION)
351 extern const char kPluginsMetadataServerURL[]; 351 extern const char kPluginsMetadataServerURL[];
352 #endif 352 #endif
353 353
354 #if defined(OS_ANDROID) 354 #if defined(OS_ANDROID)
355 extern const char kDisableCast[]; 355 extern const char kDisableCast[];
356 extern const char kDisableContextualSearch[];
356 extern const char kDisableNewNTP[]; 357 extern const char kDisableNewNTP[];
357 extern const char kDisableZeroSuggest[]; 358 extern const char kDisableZeroSuggest[];
358 extern const char kEnableAccessibilityTabSwitcher[]; 359 extern const char kEnableAccessibilityTabSwitcher[];
359 extern const char kEnableAppInstallAlerts[]; 360 extern const char kEnableAppInstallAlerts[];
360 extern const char kEnableContextualSearch[]; 361 extern const char kEnableContextualSearch[];
361 extern const char kEnableNewNTP[]; 362 extern const char kEnableNewNTP[];
362 extern const char kEnableZeroSuggestEtherSerp[]; 363 extern const char kEnableZeroSuggestEtherSerp[];
363 extern const char kEnableZeroSuggestEtherNoSerp[]; 364 extern const char kEnableZeroSuggestEtherNoSerp[];
364 extern const char kEnableZeroSuggestMostVisited[]; 365 extern const char kEnableZeroSuggestMostVisited[];
365 extern const char kEnableZeroSuggestPersonalized[]; 366 extern const char kEnableZeroSuggestPersonalized[];
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 #ifndef NDEBUG 407 #ifndef NDEBUG
407 extern const char kFileManagerExtensionPath[]; 408 extern const char kFileManagerExtensionPath[];
408 #endif 409 #endif
409 410
410 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 411 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
411 // alphabetical order, or in one of the ifdefs (also in order in each section). 412 // alphabetical order, or in one of the ifdefs (also in order in each section).
412 413
413 } // namespace switches 414 } // namespace switches
414 415
415 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 416 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698