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

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

Issue 1966643002: Integrate new MD update menu icons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Uses the BadgeType to select the severity-warning icon. Created 4 years, 7 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
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 the shared command-line switches used by code in the Chrome 5 // Defines the shared command-line switches used by code in the Chrome
6 // directory that don't have anywhere more specific to go. 6 // directory that don't have anywhere more specific to go.
7 7
8 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_ 8 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_
9 #define CHROME_COMMON_CHROME_SWITCHES_H_ 9 #define CHROME_COMMON_CHROME_SWITCHES_H_
10 10
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 extern const char kSavePageAsMHTML[]; 246 extern const char kSavePageAsMHTML[];
247 extern const char kSbDisableAutoUpdate[]; 247 extern const char kSbDisableAutoUpdate[];
248 extern const char kSbDisableDownloadProtection[]; 248 extern const char kSbDisableDownloadProtection[];
249 extern const char kSbDisableExtensionBlacklist[]; 249 extern const char kSbDisableExtensionBlacklist[];
250 extern const char kSbManualDownloadBlacklist[]; 250 extern const char kSbManualDownloadBlacklist[];
251 extern const char kServiceProcess[]; 251 extern const char kServiceProcess[];
252 extern const char kSilentDebuggerExtensionAPI[]; 252 extern const char kSilentDebuggerExtensionAPI[];
253 extern const char kSilentLaunch[]; 253 extern const char kSilentLaunch[];
254 extern const char kShowAppList[]; 254 extern const char kShowAppList[];
255 extern const char kSSLKeyLogFile[]; 255 extern const char kSSLKeyLogFile[];
256 extern const char kSimulateBadModules[];
256 extern const char kSimulateElevatedRecovery[]; 257 extern const char kSimulateElevatedRecovery[];
257 extern const char kSimulateUpgrade[]; 258 extern const char kSimulateUpgrade[];
258 extern const char kSimulateCriticalUpdate[]; 259 extern const char kSimulateCriticalUpdate[];
259 extern const char kSimulateOutdated[]; 260 extern const char kSimulateOutdated[];
260 extern const char kSimulateOutdatedNoAU[]; 261 extern const char kSimulateOutdatedNoAU[];
261 extern const char kSpeculativeResourcePrefetching[]; 262 extern const char kSpeculativeResourcePrefetching[];
262 extern const char kSpeculativeResourcePrefetchingDisabled[]; 263 extern const char kSpeculativeResourcePrefetchingDisabled[];
263 extern const char kSpeculativeResourcePrefetchingEnabled[]; 264 extern const char kSpeculativeResourcePrefetchingEnabled[];
264 extern const char kSpeculativeResourcePrefetchingLearning[]; 265 extern const char kSpeculativeResourcePrefetchingLearning[];
265 #if defined(ENABLE_SPELLCHECK) 266 #if defined(ENABLE_SPELLCHECK)
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 #if defined(ENABLE_TASK_MANAGER) 411 #if defined(ENABLE_TASK_MANAGER)
411 bool NewTaskManagerEnabled(); 412 bool NewTaskManagerEnabled();
412 #endif // defined(ENABLE_TASK_MANAGER) 413 #endif // defined(ENABLE_TASK_MANAGER)
413 414
414 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 415 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
415 // alphabetical order, or in one of the ifdefs (also in order in each section). 416 // alphabetical order, or in one of the ifdefs (also in order in each section).
416 417
417 } // namespace switches 418 } // namespace switches
418 419
419 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 420 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698