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

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

Issue 2141783002: Remove obsolete flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | 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 #include "chrome/common/chrome_switches.h" 5 #include "chrome/common/chrome_switches.h"
6 6
7 #include "base/base_switches.h" 7 #include "base/base_switches.h"
8 #include "base/command_line.h" 8 #include "base/command_line.h"
9 #include "build/build_config.h" 9 #include "build/build_config.h"
10 10
(...skipping 1047 matching lines...) Expand 10 before | Expand all | Expand 10 after
1058 // Enables Contextual Search. 1058 // Enables Contextual Search.
1059 const char kEnableContextualSearch[] = "enable-contextual-search"; 1059 const char kEnableContextualSearch[] = "enable-contextual-search";
1060 1060
1061 // Enables chrome hosted mode for Android. 1061 // Enables chrome hosted mode for Android.
1062 const char kEnableHostedMode[] = "enable-hosted-mode"; 1062 const char kEnableHostedMode[] = "enable-hosted-mode";
1063 1063
1064 // Enables a hung renderer InfoBar allowing the user to close or wait on 1064 // Enables a hung renderer InfoBar allowing the user to close or wait on
1065 // unresponsive web content. 1065 // unresponsive web content.
1066 const char kEnableHungRendererInfoBar[] = "enable-hung-renderer-infobar"; 1066 const char kEnableHungRendererInfoBar[] = "enable-hung-renderer-infobar";
1067 1067
1068 // Enabled tab switcher in document mode.
1069 const char kEnableTabSwitcherInDocumentMode[] =
1070 "enable-tab-switcher-in-document-mode";
1071
1072 // Enable theme colors in the tab switcher. 1068 // Enable theme colors in the tab switcher.
1073 const char kEnableTabSwitcherThemeColors[] = "enable-tab-switcher-theme-colors"; 1069 const char kEnableTabSwitcherThemeColors[] = "enable-tab-switcher-theme-colors";
1074 1070
1075 // Enable VR UI if supported. 1071 // Enable VR UI if supported.
1076 const char kEnableVrShell[] = "enable-vr-shell"; 1072 const char kEnableVrShell[] = "enable-vr-shell";
1077 1073
1078 // Enables "Add to Home screen" in the app menu to generate WebAPKs. 1074 // Enables "Add to Home screen" in the app menu to generate WebAPKs.
1079 const char kEnableWebApk[] = "enable-webapk"; 1075 const char kEnableWebApk[] = "enable-webapk";
1080 1076
1081 // Forces the update menu badge to show. 1077 // Forces the update menu badge to show.
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
1338 1334
1339 // ----------------------------------------------------------------------------- 1335 // -----------------------------------------------------------------------------
1340 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1336 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1341 // 1337 //
1342 // You were going to just dump your switches here, weren't you? Instead, please 1338 // You were going to just dump your switches here, weren't you? Instead, please
1343 // put them in alphabetical order above, or in order inside the appropriate 1339 // put them in alphabetical order above, or in order inside the appropriate
1344 // ifdef at the bottom. The order should match the header. 1340 // ifdef at the bottom. The order should match the header.
1345 // ----------------------------------------------------------------------------- 1341 // -----------------------------------------------------------------------------
1346 1342
1347 } // namespace switches 1343 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698