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

Unified Diff: headless/lib/browser/headless_browser_impl_aura.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.h ('k') | headless/lib/browser/headless_web_contents_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/lib/browser/headless_browser_impl_aura.cc
diff --git a/headless/lib/browser/headless_browser_impl_aura.cc b/headless/lib/browser/headless_browser_impl_aura.cc
index d1159d18124a734996fe8c2bb70536085323930a..9237e347112052370d506943b67c40ee6c92cf23 100644
--- a/headless/lib/browser/headless_browser_impl_aura.cc
+++ b/headless/lib/browser/headless_browser_impl_aura.cc
@@ -31,7 +31,7 @@ void HeadlessBrowserImpl::PlatformCreateWindow() {
window_tree_host_->SetParentWindow(window_tree_host_->window());
}
-void HeadlessBrowserImpl::PlatformSetWebContents(
+void HeadlessBrowserImpl::PlatformInitializeWebContents(
const gfx::Size& initial_size,
content::WebContents* web_contents) {
gfx::NativeView contents = web_contents->GetNativeView();
« no previous file with comments | « headless/lib/browser/headless_browser_impl.h ('k') | headless/lib/browser/headless_web_contents_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698