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

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: Bugfixes and more animations 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..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;

Powered by Google App Engine
This is Rietveld 408576698