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

Unified Diff: chrome/browser/chromeos/login/simple_web_view_dialog.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
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/simple_web_view_dialog.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/simple_web_view_dialog.h
===================================================================
--- chrome/browser/chromeos/login/simple_web_view_dialog.h (revision 137201)
+++ chrome/browser/chromeos/login/simple_web_view_dialog.h (working copy)
@@ -18,6 +18,7 @@
class Profile;
class ReloadButton;
+class TabContentsWrapper;
class ToolbarModel;
namespace views {
@@ -102,6 +103,8 @@
ReloadButton* reload_;
LocationBarView* location_bar_;
views::WebView* web_view_;
+ // TODO: remove, needed to create a password manager for web_view_'s WC.
+ scoped_ptr<TabContentsWrapper> wrapper_;
// Contains |web_view_| while it isn't owned by the view.
scoped_ptr<views::WebView> web_view_container_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/simple_web_view_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698