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

Unified Diff: chrome/browser/views/about_ipc_dialog.cc

Issue 114059: Refactors HWNDView, NativeViewHostGtk and NativeViewHost so that they match t... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | « chrome/browser/views/about_ipc_dialog.h ('k') | chrome/browser/views/constrained_window_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/about_ipc_dialog.cc
===================================================================
--- chrome/browser/views/about_ipc_dialog.cc (revision 17161)
+++ chrome/browser/views/about_ipc_dialog.cc (working copy)
@@ -29,7 +29,7 @@
#include "net/url_request/url_request_job_tracker.h"
#include "views/grid_layout.h"
#include "views/controls/button/text_button.h"
-#include "views/controls/hwnd_view.h"
+#include "views/controls/native/native_view_host.h"
#include "views/standard_layout.h"
#include "views/widget/root_view.h"
#include "views/widget/widget.h"
@@ -316,7 +316,7 @@
clear_button_ = new views::TextButton(this, kClearLabel);
filter_button_ = new views::TextButton(this, kFilterLabel);
- table_ = new views::HWNDView();
+ table_ = new views::NativeViewHost;
static const int first_column_set = 1;
views::ColumnSet* column_set = layout->AddColumnSet(first_column_set);
« no previous file with comments | « chrome/browser/views/about_ipc_dialog.h ('k') | chrome/browser/views/constrained_window_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698