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

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

Issue 15822005: Remove omnibox_search_hint.(cc,h). (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: sync+rebase Created 7 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/chrome_browser.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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 extern const char kResetVariationState[]; 320 extern const char kResetVariationState[];
321 extern const char kRestoreLastSession[]; 321 extern const char kRestoreLastSession[];
322 extern const char kSavePageAsMHTML[]; 322 extern const char kSavePageAsMHTML[];
323 extern const char kSbURLPrefix[]; 323 extern const char kSbURLPrefix[];
324 extern const char kSbDisableAutoUpdate[]; 324 extern const char kSbDisableAutoUpdate[];
325 extern const char kSbDisableDownloadProtection[]; 325 extern const char kSbDisableDownloadProtection[];
326 extern const char kSbDisableExtensionBlacklist[]; 326 extern const char kSbDisableExtensionBlacklist[];
327 extern const char kSbDisableSideEffectFreeWhitelist[]; 327 extern const char kSbDisableSideEffectFreeWhitelist[];
328 extern const char kScriptBadges[]; 328 extern const char kScriptBadges[];
329 extern const char kScriptBubble[]; 329 extern const char kScriptBubble[];
330 extern const char kSearchInOmniboxHint[];
331 extern const char kServiceProcess[]; 330 extern const char kServiceProcess[];
332 extern const char kSilentLaunch[]; 331 extern const char kSilentLaunch[];
333 extern const char kSetToken[]; 332 extern const char kSetToken[];
334 extern const char kShowAppList[]; 333 extern const char kShowAppList[];
335 extern const char kShowComponentExtensionOptions[]; 334 extern const char kShowComponentExtensionOptions[];
336 extern const char kShowIcons[]; 335 extern const char kShowIcons[];
337 extern const char kShowLauncherAlignmentMenu[]; 336 extern const char kShowLauncherAlignmentMenu[];
338 extern const char kSigninProcess[]; 337 extern const char kSigninProcess[];
339 extern const char kSilentDumpOnDCHECK[]; 338 extern const char kSilentDumpOnDCHECK[];
340 extern const char kSimulateUpgrade[]; 339 extern const char kSimulateUpgrade[];
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 #else 449 #else
451 extern const char kEnablePrintPreview[]; 450 extern const char kEnablePrintPreview[];
452 #endif 451 #endif
453 452
454 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 453 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
455 // alphabetical order, or in one of the ifdefs (also in order in each section). 454 // alphabetical order, or in one of the ifdefs (also in order in each section).
456 455
457 } // namespace switches 456 } // namespace switches
458 457
459 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 458 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698