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

Unified Diff: extensions/common/switches.h

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.h
diff --git a/extensions/common/switches.h b/extensions/common/switches.h
index 70c589e775fb0d368bef3e07d5d4b5abb78c609b..b7b14a1eed96c90cfb7bad42c664df134e63b1f2 100644
--- a/extensions/common/switches.h
+++ b/extensions/common/switches.h
@@ -33,6 +33,7 @@ extern const char kMimeHandlerView[];
extern const char kScriptsRequireAction[];
extern const char kEnableScriptsRequireAction[];
extern const char kShowComponentExtensionOptions[];
+extern const char kTraceAppSource[];
extern const char kWhitelistedExtensionID[];
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698