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

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

Issue 211543008: Show a modified outdated upgrade Bubble for non-enterprise users without auto-update (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Shot in the dark to try and prevent Mac crashes... 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/upgrade_detector_impl.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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 extern const char kSilentDebuggerExtensionAPI[]; 325 extern const char kSilentDebuggerExtensionAPI[];
326 extern const char kSilentLaunch[]; 326 extern const char kSilentLaunch[];
327 extern const char kSetToken[]; 327 extern const char kSetToken[];
328 extern const char kShowAppList[]; 328 extern const char kShowAppList[];
329 extern const char kShowIcons[]; 329 extern const char kShowIcons[];
330 extern const char kSigninProcess[]; 330 extern const char kSigninProcess[];
331 extern const char kSilentDumpOnDCHECK[]; 331 extern const char kSilentDumpOnDCHECK[];
332 extern const char kSimulateUpgrade[]; 332 extern const char kSimulateUpgrade[];
333 extern const char kSimulateCriticalUpdate[]; 333 extern const char kSimulateCriticalUpdate[];
334 extern const char kSimulateOutdated[]; 334 extern const char kSimulateOutdated[];
335 extern const char kSimulateOutdatedNoAU[];
335 extern const char kSpdyProxyAuthFallback[]; 336 extern const char kSpdyProxyAuthFallback[];
336 extern const char kSpdyProxyAuthOrigin[]; 337 extern const char kSpdyProxyAuthOrigin[];
337 extern const char kSpdyProxyAuthValue[]; 338 extern const char kSpdyProxyAuthValue[];
338 extern const char kSpdyProxyDevAuthOrigin[]; 339 extern const char kSpdyProxyDevAuthOrigin[];
339 extern const char kSpellingServiceFeedbackUrl[]; 340 extern const char kSpellingServiceFeedbackUrl[];
340 extern const char kSpellingServiceFeedbackIntervalSeconds[]; 341 extern const char kSpellingServiceFeedbackIntervalSeconds[];
341 extern const char kSSLVersionMax[]; 342 extern const char kSSLVersionMax[];
342 extern const char kSSLVersionMin[]; 343 extern const char kSSLVersionMin[];
343 extern const char kStartMaximized[]; 344 extern const char kStartMaximized[];
344 extern const char kSuggestionNtpFilterWidth[]; 345 extern const char kSuggestionNtpFilterWidth[];
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 #else 446 #else
446 extern const char kEnablePrintPreview[]; 447 extern const char kEnablePrintPreview[];
447 #endif 448 #endif
448 449
449 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 450 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
450 // alphabetical order, or in one of the ifdefs (also in order in each section). 451 // alphabetical order, or in one of the ifdefs (also in order in each section).
451 452
452 } // namespace switches 453 } // namespace switches
453 454
454 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 455 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/upgrade_detector_impl.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698