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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2564973002: Add an infobar if a session is being controlled by an automated test. (Closed)
Patch Set: tweak wording, temporarily re-introduce load-component-extension Created 3 years, 11 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 e9d1fe1b97ada6c81553d6738c760db56a6d3736..53d4beff750645714f8bdc4d66036759c532b7bf 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -560,6 +560,9 @@ const char kKioskMode[] = "kiosk";
// See http://crbug.com/31395.
const char kKioskModePrinting[] = "kiosk-printing";
+// Comma-separated list of directories with component extensions to load.
+const char kLoadComponentExtension[] = "load-component-extension";
Devlin 2017/02/01 23:05:00 (as in extension_service.cc, let's make this a sep
samuong 2017/02/04 00:11:03 Done.
+
// Loads an extension from the specified directory.
const char kLoadExtension[] = "load-extension";

Powered by Google App Engine
This is Rietveld 408576698