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

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 2180933002: Add experimental code behind a flag for Content Size Policy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on dependent PS Created 4 years, 5 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/browser/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index 91226f87578512b1516706f852f25c009a18c5af..a3735106fc89836d76aa01c313104607a1b21ba2 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -751,6 +751,10 @@ class CONTENT_EXPORT WebContentsImpl
return media_web_contents_observer_.get();
}
+ LoaderIOThreadNotifier* loader_io_thread_notifier() {
+ return loader_io_thread_notifier_.get();
+ }
+
// Update the web contents visibility.
void UpdateWebContentsVisibility(bool visible);

Powered by Google App Engine
This is Rietveld 408576698