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

Unified Diff: content/public/browser/web_contents_observer.h

Issue 1503563004: Desktop chrome tab capture-chooseDesktopMedia() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 11 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: 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) {}

Powered by Google App Engine
This is Rietveld 408576698