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

Unified Diff: chrome/browser/ui/tab_contents/tab_contents.h

Issue 10827168: Fix user agent override restore pipeline (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Nit addressing Created 8 years, 4 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
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

Powered by Google App Engine
This is Rietveld 408576698