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

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: Ready for initial review. 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 c9885bea0b99ce6773d75d8c0c49b60e58a47b52..3cc1cddf63d3c031e24e981c2f7be5af3501fb82 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