Chromium Code Reviews| Index: components/toolbar/toolbar_model_delegate.h |
| diff --git a/components/toolbar/toolbar_model_delegate.h b/components/toolbar/toolbar_model_delegate.h |
| index 8c61c451bec30739ac5428a4d93390ab7ef6771e..54553b26cc34c7def7478b45deff8592393a1c26 100644 |
| --- a/components/toolbar/toolbar_model_delegate.h |
| +++ b/components/toolbar/toolbar_model_delegate.h |
| @@ -51,9 +51,9 @@ class ToolbarModelDelegate { |
| virtual bool FailsMalwareCheck() const = 0; |
| // Returns the id of the icon to show to the left of the address, or |
| - // 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. |
| + // gfx::kNoneIcon if the icon should be selected by the caller. This is useful |
|
Evan Stade
2017/06/06 21:28:57
are you sure it doesn't return null?
tdanderson
2017/06/07 15:55:55
Done.
|
| + // for associating particular URLs with particular schemes without importing |
| + // knowledge of those schemes into this component. |
| virtual const gfx::VectorIcon* GetVectorIconOverride() const = 0; |
| protected: |