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

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

Issue 424383002: Experiment with displaying origins in the Omnibox. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
« no previous file with comments | « chrome/browser/ui/toolbar/toolbar_model.h ('k') | chrome/browser/ui/toolbar/toolbar_model_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 018c79b19300f07a4dd1d0b79b66afcb487f0ad3..77d6f33b7b920e336b1d4a5f7939b089d7b238a4 100644
--- a/chrome/browser/ui/toolbar/toolbar_model_impl.h
+++ b/chrome/browser/ui/toolbar/toolbar_model_impl.h
@@ -48,6 +48,7 @@ class ToolbarModelImpl : public ToolbarModel {
virtual int GetIcon() const OVERRIDE;
virtual int GetIconForSecurityLevel(SecurityLevel level) const OVERRIDE;
virtual base::string16 GetEVCertName() const OVERRIDE;
+ virtual base::string16 GetOriginDisplayName() const OVERRIDE;
virtual bool ShouldDisplayURL() const OVERRIDE;
virtual bool WouldOmitURLDueToOriginChip() const OVERRIDE;
« no previous file with comments | « chrome/browser/ui/toolbar/toolbar_model.h ('k') | chrome/browser/ui/toolbar/toolbar_model_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698