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

Unified Diff: chrome/browser/chromeos/login/simple_web_view_dialog.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/simple_web_view_dialog.h
diff --git a/chrome/browser/chromeos/login/simple_web_view_dialog.h b/chrome/browser/chromeos/login/simple_web_view_dialog.h
index 312ef2cae2b8f9790ead136551cfddbc213f6535..7bb0308989ac682b0ef13c9361eab1c2968339d2 100644
--- a/chrome/browser/chromeos/login/simple_web_view_dialog.h
+++ b/chrome/browser/chromeos/login/simple_web_view_dialog.h
@@ -20,7 +20,6 @@
class Profile;
class ReloadButton;
class TabContents;
-typedef TabContents TabContentsWrapper;
class ToolbarModel;
namespace views {
@@ -111,7 +110,7 @@ class SimpleWebViewDialog : public views::ButtonListener,
LocationBarView* location_bar_;
views::WebView* web_view_;
// TODO: remove, needed to create a password manager for web_view_'s WC.
- scoped_ptr<TabContentsWrapper> wrapper_;
+ scoped_ptr<TabContents> tab_contents_;
// Contains |web_view_| while it isn't owned by the view.
scoped_ptr<views::WebView> web_view_container_;
« no previous file with comments | « chrome/browser/chromeos/extensions/file_manager_util.cc ('k') | chrome/browser/chromeos/login/simple_web_view_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698