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

Unified Diff: components/html_viewer/html_document_oopif.cc

Issue 1278673002: Add stats collection for telemetry startup.warm.blank_page test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comment. Created 5 years, 4 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 | « components/html_viewer/html_document.cc ('k') | components/html_viewer/html_frame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/html_document_oopif.cc
diff --git a/components/html_viewer/html_document_oopif.cc b/components/html_viewer/html_document_oopif.cc
index 49f59ec385c9dbf7e0d6e715fe96b95b89bb6205..29734fc03f8276955f2f8200ac3e9705f04f5212 100644
--- a/components/html_viewer/html_document_oopif.cc
+++ b/components/html_viewer/html_document_oopif.cc
@@ -135,7 +135,7 @@ void HTMLDocumentOOPIF::Load() {
resource_waiter_->ReleaseURLResponse().Pass();
frame_ = HTMLFrameTreeManager::CreateFrameAndAttachToTree(
- global_state_, html_document_app_, view, resource_waiter_.Pass(), this);
+ global_state_, view, resource_waiter_.Pass(), this);
// TODO(yzshen): http://crbug.com/498986 Creating DevToolsAgentImpl instances
// causes html_viewer_apptests flakiness currently. Before we fix that we
« no previous file with comments | « components/html_viewer/html_document.cc ('k') | components/html_viewer/html_frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698