Index: chrome/browser/ui/tab_contents/tab_contents.h |
diff --git a/chrome/browser/ui/tab_contents/tab_contents.h b/chrome/browser/ui/tab_contents/tab_contents.h |
index e53ad963d75a665b3f8357cc180517912ddb02b2..eb3dd1ff967ba35183d1908f35a62bc768e3ae8a 100644 |
--- a/chrome/browser/ui/tab_contents/tab_contents.h |
+++ b/chrome/browser/ui/tab_contents/tab_contents.h |
@@ -256,6 +256,8 @@ class TabContents : public content::WebContentsObserver { |
// content::WebContentsObserver overrides: |
virtual void WebContentsDestroyed(content::WebContents* tab) OVERRIDE; |
jam
2012/08/17 16:02:09
nit: no blank line
gone
2012/08/17 18:39:55
Done.
|
+ virtual void SetUserAgentOverride(const std::string& user_agent) OVERRIDE; |
+ |
private: |
// Used to retrieve this object from |web_contents_|, which is placed in |
// its property bag to avoid adding additional interfaces. |