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

Unified Diff: chrome/browser/extensions/extension_action_icon_factory.h

Issue 1997453003: Fix "unused variable" warnings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add Java file Created 4 years, 7 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_icon_factory.h
diff --git a/chrome/browser/extensions/extension_action_icon_factory.h b/chrome/browser/extensions/extension_action_icon_factory.h
index 1365b780d65266647898f1d80a2eec849e5a0760..21ef1accad7c4d3773a6a27798359024254732ff 100644
--- a/chrome/browser/extensions/extension_action_icon_factory.h
+++ b/chrome/browser/extensions/extension_action_icon_factory.h
@@ -55,7 +55,6 @@ class ExtensionActionIconFactory : public extensions::IconImage::Observer {
gfx::Image GetIcon(int tab_id);
private:
- const extensions::Extension* extension_;
const ExtensionAction* action_;
Observer* observer_;

Powered by Google App Engine
This is Rietveld 408576698