summaryrefslogtreecommitdiffstats
path: root/chrome/browser/toolbar_model.h
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-19 19:01:14 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-19 19:01:14 +0000
commiteed084d901efe457300e673972a0369406bd5e66 (patch)
tree82f94f52879937ded20a1fc7932bfbc300e408bf /chrome/browser/toolbar_model.h
parentb8f41a197500eb0d6fbff3e8f1216d99a49b7d07 (diff)
downloadchromium_src-eed084d901efe457300e673972a0369406bd5e66.zip
chromium_src-eed084d901efe457300e673972a0369406bd5e66.tar.gz
chromium_src-eed084d901efe457300e673972a0369406bd5e66.tar.bz2
SSL UI changes, Windows, code side (images are separate).
* Remove "Type to search" hint * Remove "Untrusted website" label * Add EV cert bubble, make it function like a location icon for clicks/drags * Modify spacing for EV/tab-to-search bubbles to keep icons and text aligned with dropdown * Change non-EV HTTPS coloring from blue to green Mac and Linux should compile, but only some of the above changes have been made for them. Specifically, there is no EV cert bubble, the non-EV scheme color isn't changed, and the icon/text alignment in the tab-to-search bubble hasn't been touched. BUG=41481 TEST=paypal.com should generate a bubble around the lock and cert holder name, which responds to clicks and drags like the location icon would Review URL: http://codereview.chromium.org/1585043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44929 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/toolbar_model.h')
-rw-r--r--chrome/browser/toolbar_model.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/toolbar_model.h b/chrome/browser/toolbar_model.h
index 96a48e5..a4959e6fd 100644
--- a/chrome/browser/toolbar_model.h
+++ b/chrome/browser/toolbar_model.h
@@ -45,9 +45,9 @@ class ToolbarModel {
// user is editing; see AutocompleteEditView::GetIcon().
int GetIcon() const;
- // Returns the text, if any, that should be displayed on the right of the
- // location bar.
- std::wstring GetSecurityInfoText() const;
+ // Returns the name of the EV cert holder. Only call this when the security
+ // level is EV_SECURE.
+ std::wstring GetEVCertName() const;
// Getter/setter of whether the text in location bar is currently being
// edited.