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

Unified Diff: extensions/common/switches.cc

Issue 657023008: Add a new field "source" in launchData of chrome.app.runtime.onLaunched() to trace launch source. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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: extensions/common/switches.cc
diff --git a/extensions/common/switches.cc b/extensions/common/switches.cc
index 31f9d28fbe8c33abc6d7be56278ded70a3492f2d..025e237393f3ed5343eac7ab271055242ebf2757 100644
--- a/extensions/common/switches.cc
+++ b/extensions/common/switches.cc
@@ -95,6 +95,9 @@ const char kShowComponentExtensionOptions[] =
// Adds the given extension ID to all the permission whitelists.
const char kWhitelistedExtensionID[] = "whitelisted-extension-id";
+// Pass launch source to platform apps.
+const char kTraceAppSource[] = "trace-app-source";
benwells 2014/10/28 21:22:48 This should be --enable-something.
cylee1 2014/10/29 16:40:00 Done.
+
} // namespace switches
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698