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

Unified Diff: chrome/common/extensions/extension_constants.h

Issue 7633029: Remove extension.h #include from profile.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unit_tests. Created 9 years, 4 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
Index: chrome/common/extensions/extension_constants.h
diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
index 5c980e0f214001aa5fce77d46da3814b0d57654c..983e0b716c22a08c7bb9bc8851ad25391a0a26cb 100644
--- a/chrome/common/extensions/extension_constants.h
+++ b/chrome/common/extensions/extension_constants.h
@@ -410,6 +410,12 @@ namespace extension_misc {
INSTALL_CAUSE_AUTOMATION,
NUM_INSTALL_CAUSES
};
+
+ enum UnloadedExtensionReason {
+ UNLOAD_REASON_DISABLE, // Extension is being disabled.
+ UNLOAD_REASON_UPDATE, // Extension is being updated to a newer version.
+ UNLOAD_REASON_UNINSTALL, // Extension is being uninstalled.
+ };
} // extension_misc
#endif // CHROME_COMMON_EXTENSIONS_EXTENSION_CONSTANTS_H_
« chrome/browser/extensions/app_process_apitest.cc ('K') | « chrome/common/extensions/extension.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698