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

Unified Diff: headless/lib/browser/headless_browser_impl.h

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 | « no previous file | headless/lib/browser/headless_browser_impl_aura.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.h
diff --git a/headless/lib/browser/headless_browser_impl.h b/headless/lib/browser/headless_browser_impl.h
index eb5af5eb4c11eb466ceccb39be336f712ad270dd..e622227f65b5f0e13e89224f3cf8d7fa4dc6338b 100644
--- a/headless/lib/browser/headless_browser_impl.h
+++ b/headless/lib/browser/headless_browser_impl.h
@@ -72,8 +72,8 @@ class HeadlessBrowserImpl : public HeadlessBrowser {
// Helper for one time initialization of application
void PlatformInitialize();
void PlatformCreateWindow();
- void PlatformSetWebContents(const gfx::Size& initial_size,
- content::WebContents* web_contents);
+ void PlatformInitializeWebContents(const gfx::Size& initial_size,
+ content::WebContents* web_contents);
protected:
#if defined(USE_AURA)
« no previous file with comments | « no previous file | headless/lib/browser/headless_browser_impl_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698