| 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 80b5ae0db01b82f043c840fbe0c2440a6676323e..f82902e7b4cbdb5c0a1438ec22ac78f586919a8b 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 ShouldGreyOutURL() const OVERRIDE;
|
| virtual void SetInputInProgress(bool value) OVERRIDE;
|
| virtual bool GetInputInProgress() const OVERRIDE;
|
|
|
|
|