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

Unified Diff: extensions/common/constants.h

Issue 722703002: Make "source" a required argument of AppLaunchParams and fill in the argument in all call points. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « extensions/common/api/app_runtime.idl ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/constants.h
diff --git a/extensions/common/constants.h b/extensions/common/constants.h
index 25d0be23f9f2880e50f2b1fc1f09ab410400a2d5..1ed529ad095e4daf9680c1a2ec7ec221b9e3c03e 100644
--- a/extensions/common/constants.h
+++ b/extensions/common/constants.h
@@ -121,10 +121,15 @@ enum AppLaunchSource {
SOURCE_COMMAND_LINE,
SOURCE_FILE_HANDLER,
SOURCE_URL_HANDLER,
-
SOURCE_SYSTEM_TRAY,
SOURCE_ABOUT_PAGE,
SOURCE_KEYBOARD,
+ SOURCE_EXTENSIONS_PAGE,
+ SOURCE_MANAGEMENT_API,
+ SOURCE_EPHEMERAL_APP,
+ SOURCE_BACKGROUND,
+ SOURCE_KIOSK,
+ SOURCE_CHROME_INTERNAL,
NUM_APP_LAUNCH_SOURCES
};
« no previous file with comments | « extensions/common/api/app_runtime.idl ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698