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

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: 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
« no previous file with comments | « no previous file | apps/app_load_service.cc » ('j') | apps/launcher.cc » ('J')
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 566672ecbfef4d29944b05ec399008c60c0bfbb0..967a6cb9fa39b4d57f71f203803ef9c5b02fd461 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,
+ RELOAD,
benwells 2014/10/28 21:22:47 Nit: this should be LAUNCH_FOR_RELOAD. To answer y
cylee1 2014/10/29 16:39:59 Done.
RESTART,
- LAUNCH_WITH_COMMAND_LINE,
+ LOAD_AND_LAUNCH,
benwells 2014/10/28 21:22:47 Nit: This should be LAUNCH_FOR_LOAD_AND_LAUNCH
cylee1 2014/10/29 16:39:59 Done.
};
struct PostReloadAction {
« no previous file with comments | « no previous file | apps/app_load_service.cc » ('j') | apps/launcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698