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

Unified Diff: chrome/common/chrome_switches.cc

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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 3a833f8880afc94325658918577290eaf49a2430..b9e7c02c7d36fcfed3752809b365d454d928c1b6 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -948,6 +948,9 @@ const char kSilentDebuggerExtensionAPI[] = "silent-debugger-extension-api";
// one wishes to use Chrome as an ash server.
const char kSilentLaunch[] = "silent-launch";
+// Simulates that bad modules have been found
+const char kSimulateBadModules[] = "simulate-bad-modules";
Peter Kasting 2016/05/11 19:16:46 We try to avoid switches if possible. When they a
kylix_rd 2016/05/11 19:54:43 I wasn't clear on the philosophy of adding switche
+
// Simulates that elevation is needed to recover upgrade channel.
const char kSimulateElevatedRecovery[] = "simulate-elevated-recovery";

Powered by Google App Engine
This is Rietveld 408576698