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

Unified Diff: chrome/browser/chromeos/login/webui_login_view.h

Issue 10532056: TabContentsWrapper -> TabContents, part 8. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: small Created 8 years, 6 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/login/webui_login_view.h
diff --git a/chrome/browser/chromeos/login/webui_login_view.h b/chrome/browser/chromeos/login/webui_login_view.h
index c481065f9d3c375daf5d242d53722df97cc5587c..1585b29b82c7ea7c0678cb2a305b98c98b5ea955 100644
--- a/chrome/browser/chromeos/login/webui_login_view.h
+++ b/chrome/browser/chromeos/login/webui_login_view.h
@@ -30,7 +30,6 @@ class Widget;
}
class TabContents;
-typedef TabContents TabContentsWrapper;
namespace chromeos {
@@ -124,10 +123,10 @@ class WebUILoginView : public views::WidgetDelegateView,
content::NotificationRegistrar registrar_;
- // TabContentsWrapper for the WebView.
+ // TabContents for the WebView.
// TODO: this is needed for password manager, should be refactored/replaced
// so that this code can move to src/ash.
- scoped_ptr<TabContentsWrapper> wrapper_;
+ scoped_ptr<TabContents> tab_contents_;
// Login window which shows the view.
views::Widget* login_window_;
« no previous file with comments | « chrome/browser/chromeos/login/simple_web_view_dialog.cc ('k') | chrome/browser/chromeos/login/webui_login_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698