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

Unified Diff: headless/lib/browser/headless_web_contents_impl.cc

Issue 2690163005: Change platform methods and try to make init logging logic clearer (Closed)
Patch Set: Uploaded upstream Created 3 years, 10 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
« no previous file with comments | « headless/lib/browser/headless_browser_impl_aura.cc ('k') | headless/lib/headless_content_main_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/lib/browser/headless_web_contents_impl.cc
diff --git a/headless/lib/browser/headless_web_contents_impl.cc b/headless/lib/browser/headless_web_contents_impl.cc
index 6320a12f45ea585bc693fe7c3b6a64059b505bee..9d4b7add3323b2db989e49f990c62d79346bf0ae 100644
--- a/headless/lib/browser/headless_web_contents_impl.cc
+++ b/headless/lib/browser/headless_web_contents_impl.cc
@@ -134,7 +134,7 @@ HeadlessWebContentsImpl::CreateFromWebContents(
}
void HeadlessWebContentsImpl::InitializeScreen(const gfx::Size& initial_size) {
- browser()->PlatformSetWebContents(initial_size, web_contents_.get());
+ browser()->PlatformInitializeWebContents(initial_size, web_contents_.get());
}
HeadlessWebContentsImpl::HeadlessWebContentsImpl(
« no previous file with comments | « headless/lib/browser/headless_browser_impl_aura.cc ('k') | headless/lib/headless_content_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698