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

Unified Diff: extensions/common/constants.h

Issue 763933002: Record container for hosted app launches. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Feedback Created 6 years 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 | « chrome/browser/ui/extensions/application_launch.cc ('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 34f52c1a002b4473e430cf01a26ae9f3cfb54ba4..86964de2c201129bf876cca00caa0ab4c7b118d9 100644
--- a/extensions/common/constants.h
+++ b/extensions/common/constants.h
@@ -161,7 +161,8 @@ enum LaunchContainer {
LAUNCH_CONTAINER_TAB,
// For platform apps, which don't actually have a container (they just get a
// "onLaunched" event).
- LAUNCH_CONTAINER_NONE
+ LAUNCH_CONTAINER_NONE,
+ NUM_LAUNCH_CONTAINERS
};
} // namespace extensions
« no previous file with comments | « chrome/browser/ui/extensions/application_launch.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698