| Index: chrome/browser/ui/toolbar/toolbar_model_impl.h
|
| diff --git a/chrome/browser/ui/toolbar/toolbar_model_impl.h b/chrome/browser/ui/toolbar/toolbar_model_impl.h
|
| index f4a15789a164edbeb47762710628545d0d655b2e..56d557617d22624ba3d7d04fd6d37b9a75e5ee92 100644
|
| --- a/chrome/browser/ui/toolbar/toolbar_model_impl.h
|
| +++ b/chrome/browser/ui/toolbar/toolbar_model_impl.h
|
| @@ -46,6 +46,7 @@ class ToolbarModelImpl : public ToolbarModel {
|
| virtual int GetIcon() const OVERRIDE;
|
| virtual string16 GetEVCertName() const OVERRIDE;
|
| virtual bool ShouldDisplayURL() const OVERRIDE;
|
| + virtual bool ShouldNotEmphasizeHost() const OVERRIDE;
|
| virtual void SetInputInProgress(bool value) OVERRIDE;
|
| virtual bool GetInputInProgress() const OVERRIDE;
|
|
|
|
|