| 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 550f2998e024b90c1f6cf29e8fde6827030a2410..188db4cbe294e52a73e4a6818886c712b67eb42c 100644
|
| --- a/chrome/browser/ui/toolbar/toolbar_model_impl.h
|
| +++ b/chrome/browser/ui/toolbar/toolbar_model_impl.h
|
| @@ -36,9 +36,6 @@ class ToolbarModelImpl : public ToolbarModel {
|
| static SecurityLevel GetSecurityLevelForWebContents(
|
| content::WebContents* web_contents);
|
|
|
| - // Returns "<organization_name> [<country>]".
|
| - static base::string16 GetEVCertName(const net::X509Certificate& cert);
|
| -
|
| private:
|
| // ToolbarModel:
|
| virtual base::string16 GetText() const OVERRIDE;
|
|
|