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

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

Issue 12391047: apps: Stop depending on chrome_switches.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win Created 7 years, 9 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/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 9
10 namespace switches { 10 namespace switches {
(...skipping 1191 matching lines...) Expand 10 before | Expand all | Expand 10 after
1202 // Enables the showing of an info-bar instructing user they can search directly 1202 // Enables the showing of an info-bar instructing user they can search directly
1203 // from the omnibox. 1203 // from the omnibox.
1204 const char kSearchInOmniboxHint[] = "search-in-omnibox-hint"; 1204 const char kSearchInOmniboxHint[] = "search-in-omnibox-hint";
1205 1205
1206 // Sets a token in the token service, for testing. 1206 // Sets a token in the token service, for testing.
1207 const char kSetToken[] = "set-token"; 1207 const char kSetToken[] = "set-token";
1208 1208
1209 // If true the app list will be shown. 1209 // If true the app list will be shown.
1210 const char kShowAppList[] = "show-app-list"; 1210 const char kShowAppList[] = "show-app-list";
1211 1211
1212 // If true an app list shortcut will be shown in the taskbar.
1213 const char kShowAppListShortcut[] = "show-app-list-shortcut";
1214
1215 // Annotates forms with Autofill field type predictions. 1212 // Annotates forms with Autofill field type predictions.
1216 const char kShowAutofillTypePredictions[] = "show-autofill-type-predictions"; 1213 const char kShowAutofillTypePredictions[] = "show-autofill-type-predictions";
1217 1214
1218 // Makes component extensions appear in chrome://settings/extensions. 1215 // Makes component extensions appear in chrome://settings/extensions.
1219 const char kShowComponentExtensionOptions[] = 1216 const char kShowComponentExtensionOptions[] =
1220 "show-component-extension-options"; 1217 "show-component-extension-options";
1221 1218
1222 // See kHideIcons. 1219 // See kHideIcons.
1223 const char kShowIcons[] = "show-icons"; 1220 const char kShowIcons[] = "show-icons";
1224 1221
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
1678 1675
1679 // ----------------------------------------------------------------------------- 1676 // -----------------------------------------------------------------------------
1680 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1677 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1681 // 1678 //
1682 // You were going to just dump your switches here, weren't you? Instead, please 1679 // You were going to just dump your switches here, weren't you? Instead, please
1683 // put them in alphabetical order above, or in order inside the appropriate 1680 // put them in alphabetical order above, or in order inside the appropriate
1684 // ifdef at the bottom. The order should match the header. 1681 // ifdef at the bottom. The order should match the header.
1685 // ----------------------------------------------------------------------------- 1682 // -----------------------------------------------------------------------------
1686 1683
1687 } // namespace switches 1684 } // 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