summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/boot_times_loader.cc
diff options
context:
space:
mode:
authorjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-05 15:15:58 +0000
committerjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-05 15:15:58 +0000
commit9f76c1e726080fd20b92033fce1850e4c53f1537 (patch)
treebe58ff5002f946114f58882b436653a56304fdea /chrome/browser/chromeos/boot_times_loader.cc
parentce428fda6682d5dd646ea3a7cb459684303efa4e (diff)
downloadchromium_src-9f76c1e726080fd20b92033fce1850e4c53f1537.zip
chromium_src-9f76c1e726080fd20b92033fce1850e4c53f1537.tar.gz
chromium_src-9f76c1e726080fd20b92033fce1850e4c53f1537.tar.bz2
Extract minimal RenderViewHost interface for embedders, leaving
RenderViewHostImpl for content. TBR=darin@chromium.org BUG=98716 Review URL: http://codereview.chromium.org/9473001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124941 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/boot_times_loader.cc')
-rw-r--r--chrome/browser/chromeos/boot_times_loader.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/boot_times_loader.cc b/chrome/browser/chromeos/boot_times_loader.cc
index d51c6ae..fd5bd93 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) {