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

Unified Diff: components/toolbar/toolbar_model_delegate.h

Issue 2644903004: Move around more vector icons. (Closed)
Patch Set: fix comment Created 3 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 | « components/toolbar/toolbar_model.h ('k') | components/toolbar/toolbar_model_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/toolbar/toolbar_model_delegate.h
diff --git a/components/toolbar/toolbar_model_delegate.h b/components/toolbar/toolbar_model_delegate.h
index cf88095a6f21fc6a4afb6f859b3bd397ca4ca76a..8c61c451bec30739ac5428a4d93390ab7ef6771e 100644
--- a/components/toolbar/toolbar_model_delegate.h
+++ b/components/toolbar/toolbar_model_delegate.h
@@ -14,7 +14,7 @@
class GURL;
namespace gfx {
-enum class VectorIconId;
+struct VectorIcon;
}
namespace net {
@@ -54,7 +54,7 @@ class ToolbarModelDelegate {
// gfx::VectorIconId::VECTOR_ICON_NONE if the icon should be selected by the
// caller. This is useful for associating particular URLs with particular
// schemes without importing knowledge of those schemes into this component.
- virtual gfx::VectorIconId GetVectorIconOverride() const = 0;
+ virtual const gfx::VectorIcon* GetVectorIconOverride() const = 0;
protected:
virtual ~ToolbarModelDelegate() {}
« no previous file with comments | « components/toolbar/toolbar_model.h ('k') | components/toolbar/toolbar_model_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698