Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(901)

Unified Diff: chrome/browser/ui/toolbar/toolbar_model_impl.h

Issue 302453002: New animation for the origin chip URL showing/hiding. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix test failure by checking for NULL extension Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698