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

Unified Diff: apps/app_load_service.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: fix typo 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 | « no previous file | apps/app_load_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/app_load_service.h
diff --git a/apps/app_load_service.h b/apps/app_load_service.h
index aa9cc984078fc2ac0138b65b2a1a44d7de4e4d55..bd5d292bc8fa6ad79d4f5e72bcb8c05cea601307 100644
--- a/apps/app_load_service.h
+++ b/apps/app_load_service.h
@@ -30,9 +30,9 @@ class AppLoadService : public KeyedService,
public extensions::ExtensionRegistryObserver {
public:
enum PostReloadActionType {
- LAUNCH,
+ LAUNCH_FOR_RELOAD,
RESTART,
- LAUNCH_WITH_COMMAND_LINE,
+ LAUNCH_FOR_LOAD_AND_LAUNCH,
};
struct PostReloadAction {
« no previous file with comments | « no previous file | apps/app_load_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698