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

Unified Diff: chrome/common/extensions/extension_action.cc

Issue 10837155: Persist browserAction settings to the extension StateStore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: yoyo Created 8 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
« no previous file with comments | « chrome/common/extensions/extension_action.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/extension_action.cc
diff --git a/chrome/common/extensions/extension_action.cc b/chrome/common/extensions/extension_action.cc
index d211778e89ab4230eb2e17c51d7369f991445c5e..46d8a7d53b3198fbe1dea33ccbb84ef3a672ce80 100644
--- a/chrome/common/extensions/extension_action.cc
+++ b/chrome/common/extensions/extension_action.cc
@@ -175,7 +175,8 @@ ExtensionAction::IconAnimation::ScopedObserver::~ScopedObserver() {
ExtensionAction::ExtensionAction(const std::string& extension_id,
Type action_type)
: extension_id_(extension_id),
- action_type_(action_type) {
+ action_type_(action_type),
+ has_changed_(false) {
}
ExtensionAction::~ExtensionAction() {
« no previous file with comments | « chrome/common/extensions/extension_action.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698