| 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..bcd716cf3cf73eded17c08fb45027f1442623cd2 100644
|
| --- a/chrome/browser/ui/tab_contents/tab_contents.h
|
| +++ b/chrome/browser/ui/tab_contents/tab_contents.h
|
| @@ -255,6 +255,7 @@ class TabContents : public content::WebContentsObserver {
|
|
|
| // content::WebContentsObserver overrides:
|
| virtual void WebContentsDestroyed(content::WebContents* tab) OVERRIDE;
|
| + virtual void UserAgentOverrideSet(const std::string& user_agent) OVERRIDE;
|
|
|
| private:
|
| // Used to retrieve this object from |web_contents_|, which is placed in
|
|
|