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

Unified Diff: ui/aura/root_window_observer.h

Issue 9696008: TestScreen shouldn't be marked aura export (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase again. Created 8 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 | « ui/aura/root_window.cc ('k') | ui/aura/screen_aura.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/root_window_observer.h
diff --git a/ui/aura/root_window_observer.h b/ui/aura/root_window_observer.h
index 930790df396e53aa931e43588274fecdae493438..8df353e4cacbd166617d6350935b16f47d546e7f 100644
--- a/ui/aura/root_window_observer.h
+++ b/ui/aura/root_window_observer.h
@@ -21,9 +21,6 @@ class AURA_EXPORT RootWindowObserver {
// Invoked after the RootWindow is resized.
virtual void OnRootWindowResized(const gfx::Size& new_size) {}
- // Invoked after the screen's work area insets changes.
- virtual void OnScreenWorkAreaInsetsChanged() {}
-
// Invoked when a window is focused.
virtual void OnWindowFocused(Window* window) {}
« no previous file with comments | « ui/aura/root_window.cc ('k') | ui/aura/screen_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698