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

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

Issue 10388166: Construct a TCW for the login view's WebView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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
===================================================================
--- chrome/browser/chromeos/login/webui_login_view.h (revision 137201)
+++ chrome/browser/chromeos/login/webui_login_view.h (working copy)
@@ -29,6 +29,8 @@
class Widget;
}
+class TabContentsWrapper;
+
namespace chromeos {
// View used to render a WebUI supporting Widget. This widget is used for the
@@ -115,6 +117,11 @@
content::NotificationRegistrar registrar_;
+ // TabContentsWrapper 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_;
+
// 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