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

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

Issue 215733002: Add support to enable EmbeddedSearch API in Android Chrome search results page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 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_tests_unit.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 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 extern const char kDisableNewNTP[]; 361 extern const char kDisableNewNTP[];
362 extern const char kDisableZeroSuggest[]; 362 extern const char kDisableZeroSuggest[];
363 extern const char kEnableAccessibilityTabSwitcher[]; 363 extern const char kEnableAccessibilityTabSwitcher[];
364 extern const char kEnableContextualSearch[]; 364 extern const char kEnableContextualSearch[];
365 extern const char kEnableNewNTP[]; 365 extern const char kEnableNewNTP[];
366 extern const char kEnableZeroSuggestEtherSerp[]; 366 extern const char kEnableZeroSuggestEtherSerp[];
367 extern const char kEnableZeroSuggestEtherNoSerp[]; 367 extern const char kEnableZeroSuggestEtherNoSerp[];
368 extern const char kEnableZeroSuggestMostVisited[]; 368 extern const char kEnableZeroSuggestMostVisited[];
369 extern const char kEnableZeroSuggestPersonalized[]; 369 extern const char kEnableZeroSuggestPersonalized[];
370 extern const char kEnableInstantSearchClicks[]; 370 extern const char kEnableInstantSearchClicks[];
371 extern const char kEnableEmbeddedSearchAPI[];
371 #endif 372 #endif
372 373
373 #if defined(USE_ASH) 374 #if defined(USE_ASH)
374 extern const char kOpenAsh[]; 375 extern const char kOpenAsh[];
375 #endif 376 #endif
376 377
377 #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_CHROMEOS) 378 #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_CHROMEOS)
378 extern const char kPasswordStore[]; 379 extern const char kPasswordStore[];
379 #endif 380 #endif
380 381
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 #else 417 #else
417 extern const char kEnablePrintPreview[]; 418 extern const char kEnablePrintPreview[];
418 #endif 419 #endif
419 420
420 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 421 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
421 // alphabetical order, or in one of the ifdefs (also in order in each section). 422 // alphabetical order, or in one of the ifdefs (also in order in each section).
422 423
423 } // namespace switches 424 } // namespace switches
424 425
425 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 426 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698