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

Unified Diff: ui/views/test/test_views_delegate.cc

Issue 8598024: Now that we are doing a hard-cut-over to Aura, remove a bunch of *Views based classes that are ob... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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 | « ui/views/test/test_views_delegate.h ('k') | ui/views/touchui/gesture_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/test/test_views_delegate.cc
===================================================================
--- ui/views/test/test_views_delegate.cc (revision 110826)
+++ ui/views/test/test_views_delegate.cc (working copy)
@@ -9,8 +9,7 @@
namespace views {
-TestViewsDelegate::TestViewsDelegate()
- : default_parent_view_(NULL) {
+TestViewsDelegate::TestViewsDelegate() {
DCHECK(!ViewsDelegate::views_delegate);
ViewsDelegate::views_delegate = this;
}
@@ -27,10 +26,6 @@
return clipboard_.get();
}
-View* TestViewsDelegate::GetDefaultParentView() {
- return default_parent_view_;
-}
-
void TestViewsDelegate::SaveWindowPlacement(const Widget* window,
const std::string& window_name,
const gfx::Rect& bounds,
« no previous file with comments | « ui/views/test/test_views_delegate.h ('k') | ui/views/touchui/gesture_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698