Index: content/public/browser/web_contents_observer.h |
diff --git a/content/public/browser/web_contents_observer.h b/content/public/browser/web_contents_observer.h |
index 5a55b72c971f4f6fde42b0698ba5bda60b6a9cff..c5012e8e55ee8832f9ab29afd90a15c6aedcb3bb 100644 |
--- a/content/public/browser/web_contents_observer.h |
+++ b/content/public/browser/web_contents_observer.h |
@@ -389,6 +389,7 @@ class CONTENT_EXPORT WebContentsObserver : public IPC::Listener, |
// to cleanup. After the whole loop over all WebContentsObservers has been |
// finished, web_contents() returns nullptr. |
virtual void WebContentsDestroyed() {} |
+ virtual void WebContentsDestroyed(WebContents* content) {} |
Avi (use Gerrit)
2016/01/07 01:22:34
What? No.
GeorgeZ
2016/01/07 22:35:31
Undo and removed it.
|
// Called when the user agent override for a WebContents has been changed. |
virtual void UserAgentOverrideSet(const std::string& user_agent) {} |