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..018c79b19300f07a4dd1d0b79b66afcb487f0ad3 100644 |
--- a/chrome/browser/ui/toolbar/toolbar_model_impl.h |
+++ b/chrome/browser/ui/toolbar/toolbar_model_impl.h |
@@ -36,13 +36,10 @@ 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; |
- virtual base::string16 GetFormattedURL() const OVERRIDE; |
+ virtual base::string16 GetFormattedURL(size_t* prefix_end) const OVERRIDE; |
virtual base::string16 GetCorpusNameForMobile() const OVERRIDE; |
virtual GURL GetURL() const OVERRIDE; |
virtual bool WouldPerformSearchTermReplacement( |