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

Unified Diff: extensions/common/constants.h

Issue 106713002: Move LaunchContainer enum to extension_constants.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 7 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/test/remoting/remote_desktop_browsertest.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 a071ca968544a5477c01eb0a98ab165d3614a16c..3113a17e9fdaee9936bd2c16d1fa13fc6c35f6cc 100644
--- a/extensions/common/constants.h
+++ b/extensions/common/constants.h
@@ -83,18 +83,6 @@ extern const char kStateStoreName[];
// rules are stored.
extern const char kRulesStoreName[];
-// Don't remove items or change the order of this enum. It's used in
-// histograms and preferences.
-// TODO(derat): Move this to chrome/browser/extensions/launch_util.h?
-enum LaunchContainer {
- LAUNCH_WINDOW,
- LAUNCH_PANEL,
- LAUNCH_TAB,
- // For platform apps, which don't actually have a container (they just get a
- // "onLaunched" event).
- LAUNCH_NONE
-};
-
} // namespace extensions
#endif // EXTENSIONS_COMMON_CONSTANTS_H_
« no previous file with comments | « chrome/test/remoting/remote_desktop_browsertest.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698