Index: chrome/browser/ui/toolbar/toolbar_model.h |
diff --git a/chrome/browser/ui/toolbar/toolbar_model.h b/chrome/browser/ui/toolbar/toolbar_model.h |
index d9ebec5d2206f332c495b2c86c7536fdc0f90e66..a16ac7ed80d03c1740ab3f5206afc84645927da0 100644 |
--- a/chrome/browser/ui/toolbar/toolbar_model.h |
+++ b/chrome/browser/ui/toolbar/toolbar_model.h |
@@ -9,6 +9,7 @@ |
#include <string> |
#include "base/basictypes.h" |
+#include "base/string16.h" |
class Browser; |
class NavigationController; |
@@ -49,6 +50,9 @@ class ToolbarModel { |
// level is EV_SECURE. |
std::wstring GetEVCertName() const; |
+ string16 GetSiteName() const; |
+ string16 GetSiteAccount() const; |
+ |
// Getter/setter of whether the text in location bar is currently being |
// edited. |
void set_input_in_progress(bool value) { input_in_progress_ = value; } |