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

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: fix indenting 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/chrome_browser_extensions.gypi ('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 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?
enum LaunchContainer {
LAUNCH_WINDOW,
LAUNCH_PANEL,
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698