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

Unified Diff: ios/chrome/browser/ui/toolbar/toolbar_model_delegate_ios.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
Index: ios/chrome/browser/ui/toolbar/toolbar_model_delegate_ios.h
diff --git a/ios/chrome/browser/ui/toolbar/toolbar_model_delegate_ios.h b/ios/chrome/browser/ui/toolbar/toolbar_model_delegate_ios.h
index bb6d0930f7760aae50e2fc4cd2c33022e59356c5..1da6a5d14dd7276d9f1d178d371572368703345a 100644
--- a/ios/chrome/browser/ui/toolbar/toolbar_model_delegate_ios.h
+++ b/ios/chrome/browser/ui/toolbar/toolbar_model_delegate_ios.h
@@ -44,7 +44,7 @@ class ToolbarModelDelegateIOS : public ToolbarModelDelegate {
SecurityLevel GetSecurityLevel() const override;
scoped_refptr<net::X509Certificate> GetCertificate() const override;
bool FailsMalwareCheck() const override;
- gfx::VectorIconId GetVectorIconOverride() const override;
+ const gfx::VectorIcon* GetVectorIconOverride() const override;
base::scoped_nsobject<TabModel> tab_model_;
« no previous file with comments | « components/toolbar/vector_icons/vector_icons.h.template ('k') | ios/chrome/browser/ui/toolbar/toolbar_model_delegate_ios.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698