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

Unified Diff: chrome/browser/chromeos/login/simple_web_view_dialog.cc

Issue 11416042: views: Change the LocationBarView delegate's API to GetWebContents(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed Created 8 years, 1 month 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/login/simple_web_view_dialog.cc
diff --git a/chrome/browser/chromeos/login/simple_web_view_dialog.cc b/chrome/browser/chromeos/login/simple_web_view_dialog.cc
index b75d7f2c2953f4920c0f430237d03d69023dca81..75c147ad9e93eb36b97aa365e03fe53559dfb930 100644
--- a/chrome/browser/chromeos/login/simple_web_view_dialog.cc
+++ b/chrome/browser/chromeos/login/simple_web_view_dialog.cc
@@ -272,7 +272,7 @@ void SimpleWebViewDialog::LoadingStateChanged(WebContents* source) {
command_updater_->UpdateCommandEnabled(IDC_STOP, is_loading);
}
-TabContents* SimpleWebViewDialog::GetTabContents() const {
+content::WebContents* SimpleWebViewDialog::GetWebContents() const {
return NULL;
}

Powered by Google App Engine
This is Rietveld 408576698