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

Unified Diff: views/views_delegate.h

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 | « views/views.gyp ('k') | views/widget/native_widget_aura.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/views_delegate.h
===================================================================
--- views/views_delegate.h (revision 110826)
+++ views/views_delegate.h (working copy)
@@ -46,12 +46,6 @@
// Gets the clipboard.
virtual ui::Clipboard* GetClipboard() const = 0;
- // Returns the View that all synthetic widgets created without a specified
- // parent will be parented to if they do not specify a parent in their
- // InitParams, or NULL if they should have no parent.
- // TODO(beng): perhaps this should be a Widget.
- virtual View* GetDefaultParentView() = 0;
-
// Saves the position, size and "show" state for the window with the
// specified name.
virtual void SaveWindowPlacement(const Widget* widget,
« no previous file with comments | « views/views.gyp ('k') | views/widget/native_widget_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698