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

Unified Diff: extensions/browser/api/management/management_api_delegate.h

Issue 2576833002: Make some updates to extension iconography. (Closed)
Patch Set: add test Created 4 years 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: extensions/browser/api/management/management_api_delegate.h
diff --git a/extensions/browser/api/management/management_api_delegate.h b/extensions/browser/api/management/management_api_delegate.h
index 9a73461a5348ca5c91e385201fadcfc3aaea143d..f8e3def48eb2ffd79f69c298d199f45c7e1b5156 100644
--- a/extensions/browser/api/management/management_api_delegate.h
+++ b/extensions/browser/api/management/management_api_delegate.h
@@ -133,8 +133,7 @@ class ManagementAPIDelegate {
virtual GURL GetIconURL(const Extension* extension,
int icon_size,
ExtensionIconSet::MatchType match,
- bool grayscale,
- bool* exists) const = 0;
+ bool grayscale) const = 0;
};
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698