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

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

Issue 229533002: App install alerts: Disable on all channels for M35 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Turn off entirely Created 6 years, 8 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/android/banners/app_banner_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) 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 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 extern const char kVersion[]; 348 extern const char kVersion[];
349 extern const char kWindowPosition[]; 349 extern const char kWindowPosition[];
350 extern const char kWindowSize[]; 350 extern const char kWindowSize[];
351 extern const char kWinHttpProxyResolver[]; 351 extern const char kWinHttpProxyResolver[];
352 352
353 #if defined(ENABLE_PLUGIN_INSTALLATION) 353 #if defined(ENABLE_PLUGIN_INSTALLATION)
354 extern const char kPluginsMetadataServerURL[]; 354 extern const char kPluginsMetadataServerURL[];
355 #endif 355 #endif
356 356
357 #if defined(OS_ANDROID) 357 #if defined(OS_ANDROID)
358 extern const char kDisableAppBanners[];
359 extern const char kDisableCast[]; 358 extern const char kDisableCast[];
360 extern const char kDisableNewNTP[]; 359 extern const char kDisableNewNTP[];
361 extern const char kDisableZeroSuggest[]; 360 extern const char kDisableZeroSuggest[];
362 extern const char kEnableAccessibilityTabSwitcher[]; 361 extern const char kEnableAccessibilityTabSwitcher[];
363 extern const char kEnableContextualSearch[]; 362 extern const char kEnableContextualSearch[];
364 extern const char kEnableNewNTP[]; 363 extern const char kEnableNewNTP[];
365 extern const char kEnableZeroSuggestEtherSerp[]; 364 extern const char kEnableZeroSuggestEtherSerp[];
366 extern const char kEnableZeroSuggestEtherNoSerp[]; 365 extern const char kEnableZeroSuggestEtherNoSerp[];
367 extern const char kEnableZeroSuggestMostVisited[]; 366 extern const char kEnableZeroSuggestMostVisited[];
368 extern const char kEnableZeroSuggestPersonalized[]; 367 extern const char kEnableZeroSuggestPersonalized[];
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 #else 414 #else
416 extern const char kEnablePrintPreview[]; 415 extern const char kEnablePrintPreview[];
417 #endif 416 #endif
418 417
419 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 418 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
420 // alphabetical order, or in one of the ifdefs (also in order in each section). 419 // alphabetical order, or in one of the ifdefs (also in order in each section).
421 420
422 } // namespace switches 421 } // namespace switches
423 422
424 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 423 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/android/banners/app_banner_manager.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698