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

Unified Diff: chrome/browser/extensions/extension_action_manager.cc

Issue 12618009: Move SystemIndicator parsing out of Extension class (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 9 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/browser/extensions/extension_action_manager.cc
diff --git a/chrome/browser/extensions/extension_action_manager.cc b/chrome/browser/extensions/extension_action_manager.cc
index c60383e1599780a8c63eb8bfd9b1fc8e204cfaf5..2dd3a27e8ba630bf46d4bccf3f66bb15606c1480 100644
--- a/chrome/browser/extensions/extension_action_manager.cc
+++ b/chrome/browser/extensions/extension_action_manager.cc
@@ -155,7 +155,7 @@ ExtensionAction* ExtensionActionManager::GetSystemIndicator(
return GetOrCreateOrNull(&system_indicators_, extension.id(),
ActionInfo::TYPE_SYSTEM_INDICATOR,
- extension.system_indicator_info());
+ ActionInfo::GetSystemIndicatorInfo(&extension));
}
ExtensionAction* ExtensionActionManager::GetScriptBadge(

Powered by Google App Engine
This is Rietveld 408576698