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

Unified Diff: chrome/browser/extensions/api/system_indicator/system_indicator_manager.h

Issue 885443004: [Extensions] Cache extension action icons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | chrome/browser/extensions/api/system_indicator/system_indicator_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/system_indicator/system_indicator_manager.h
diff --git a/chrome/browser/extensions/api/system_indicator/system_indicator_manager.h b/chrome/browser/extensions/api/system_indicator/system_indicator_manager.h
index cae6f7e76e649feb917fa1078e31869c5d3db14a..040c216f8e649433634d4ee98c3633e1afa3f39b 100644
--- a/chrome/browser/extensions/api/system_indicator/system_indicator_manager.h
+++ b/chrome/browser/extensions/api/system_indicator/system_indicator_manager.h
@@ -61,7 +61,7 @@ class SystemIndicatorManager : public ExtensionRegistryObserver,
// the indicator if necessary.
void CreateOrUpdateIndicator(
const Extension* extension,
- const ExtensionAction* extension_action);
+ ExtensionAction* extension_action);
// Causes the indicator for the given extension to be hidden.
void RemoveIndicator(const std::string &extension_id);
« no previous file with comments | « no previous file | chrome/browser/extensions/api/system_indicator/system_indicator_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698