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

Unified Diff: trunk/src/ui/views/widget/widget_observer.h

Issue 196953009: Revert 256563 "Reland r256396 Add views implementation for AXTre..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 9 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 | « trunk/src/ui/views/widget/widget.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ui/views/widget/widget_observer.h
===================================================================
--- trunk/src/ui/views/widget/widget_observer.h (revision 256744)
+++ trunk/src/ui/views/widget/widget_observer.h (working copy)
@@ -14,7 +14,6 @@
namespace views {
class Widget;
-class View;
// Observers can listen to various events on the Widgets.
class VIEWS_EXPORT WidgetObserver {
@@ -46,9 +45,6 @@
virtual void OnWidgetBoundsChanged(Widget* widget,
const gfx::Rect& new_bounds) {}
- // Called after a descendant view of |widget| is removed.
- virtual void OnViewRemoved(Widget* widget, View* view) {}
-
protected:
virtual ~WidgetObserver() {}
};
« no previous file with comments | « trunk/src/ui/views/widget/widget.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698