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

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

Issue 22007003: ash: Rename "Autohide launcher" item. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: just shelf Created 7 years, 4 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
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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 extern const char kSbDownloadFeedbackURL[]; 330 extern const char kSbDownloadFeedbackURL[];
331 extern const char kSbEnableDownloadFeedback[]; 331 extern const char kSbEnableDownloadFeedback[];
332 extern const char kScriptBadges[]; 332 extern const char kScriptBadges[];
333 extern const char kScriptBubble[]; 333 extern const char kScriptBubble[];
334 extern const char kServiceProcess[]; 334 extern const char kServiceProcess[];
335 extern const char kSilentDebuggerExtensionAPI[]; 335 extern const char kSilentDebuggerExtensionAPI[];
336 extern const char kSilentLaunch[]; 336 extern const char kSilentLaunch[];
337 extern const char kSetToken[]; 337 extern const char kSetToken[];
338 extern const char kShowAppList[]; 338 extern const char kShowAppList[];
339 extern const char kShowIcons[]; 339 extern const char kShowIcons[];
340 extern const char kShowLauncherAlignmentMenu[]; 340 extern const char kShowShelfAlignmentMenu[];
341 extern const char kSigninProcess[]; 341 extern const char kSigninProcess[];
342 extern const char kSilentDumpOnDCHECK[]; 342 extern const char kSilentDumpOnDCHECK[];
343 extern const char kSimulateUpgrade[]; 343 extern const char kSimulateUpgrade[];
344 extern const char kSimulateCriticalUpdate[]; 344 extern const char kSimulateCriticalUpdate[];
345 extern const char kSimulateOutdated[]; 345 extern const char kSimulateOutdated[];
346 extern const char kSpeculativeResourcePrefetching[]; 346 extern const char kSpeculativeResourcePrefetching[];
347 extern const char kSpeculativeResourcePrefetchingDisabled[]; 347 extern const char kSpeculativeResourcePrefetchingDisabled[];
348 extern const char kSpeculativeResourcePrefetchingLearning[]; 348 extern const char kSpeculativeResourcePrefetchingLearning[];
349 extern const char kSpdyProxyAuthOrigin[]; 349 extern const char kSpdyProxyAuthOrigin[];
350 extern const char kSpeculativeResourcePrefetchingEnabled[]; 350 extern const char kSpeculativeResourcePrefetchingEnabled[];
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 #else 457 #else
458 extern const char kEnablePrintPreview[]; 458 extern const char kEnablePrintPreview[];
459 #endif 459 #endif
460 460
461 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 461 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
462 // alphabetical order, or in one of the ifdefs (also in order in each section). 462 // alphabetical order, or in one of the ifdefs (also in order in each section).
463 463
464 } // namespace switches 464 } // namespace switches
465 465
466 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 466 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/ash/launcher/launcher_context_menu.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698