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

Unified Diff: extensions/common/constants.h

Issue 105733003: Move LaunchType out of ExtensionPrefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add missing extension.h include for windows 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
Index: extensions/common/constants.h
diff --git a/extensions/common/constants.h b/extensions/common/constants.h
index 6f4e8032944cd565c5b6691dc18268c8e04fbf72..a071ca968544a5477c01eb0a98ab165d3614a16c 100644
--- a/extensions/common/constants.h
+++ b/extensions/common/constants.h
@@ -85,6 +85,7 @@ 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?
Yoyo Zhou 2013/12/05 02:43:50 I think that would make sense. You can do that in
Daniel Erat 2013/12/05 03:24:35 i'll probably save it for another change; i think
enum LaunchContainer {
LAUNCH_WINDOW,
LAUNCH_PANEL,

Powered by Google App Engine
This is Rietveld 408576698