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

Unified Diff: chrome/browser/chromeos/boot_times_loader.cc

Issue 9473001: Extract minimal RenderViewHost interface for embedders, leaving (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to LKGR. Created 8 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
Index: chrome/browser/chromeos/boot_times_loader.cc
diff --git a/chrome/browser/chromeos/boot_times_loader.cc b/chrome/browser/chromeos/boot_times_loader.cc
index d51c6aea7aa45ff2c35f96648a2543b5dce414b3..fd5bd93a8c3b7a159d083c0835206a412926a2f8 100644
--- a/chrome/browser/chromeos/boot_times_loader.cc
+++ b/chrome/browser/chromeos/boot_times_loader.cc
@@ -51,7 +51,7 @@ RenderWidgetHost* GetRenderWidgetHost(NavigationController* tab) {
}
const std::string GetTabUrl(RenderWidgetHost* rwh) {
- RenderWidgetHostView* rwhv = rwh->view();
+ RenderWidgetHostView* rwhv = rwh->GetView();
for (BrowserList::const_iterator it = BrowserList::begin();
it != BrowserList::end();
++it) {

Powered by Google App Engine
This is Rietveld 408576698