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

Unified Diff: ui/aura_shell/show_state_controller.h

Issue 8621003: aura: Rename OnPropertyChanged to OnWindowPropertyChanged. (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/aura_shell/shadow_controller.cc ('k') | ui/aura_shell/show_state_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura_shell/show_state_controller.h
diff --git a/ui/aura_shell/show_state_controller.h b/ui/aura_shell/show_state_controller.h
index 02087de87399f577da985eea9b1eb3d183122ca2..880ba5bcb9c7e523cf62db39682af0259fc0cb3e 100644
--- a/ui/aura_shell/show_state_controller.h
+++ b/ui/aura_shell/show_state_controller.h
@@ -27,9 +27,9 @@ public:
virtual ~ShowStateController();
// aura::WindowObserver overrides:
- virtual void OnPropertyChanged(aura::Window* window,
- const char* name,
- void* old) OVERRIDE;
+ virtual void OnWindowPropertyChanged(aura::Window* window,
+ const char* name,
+ void* old) OVERRIDE;
private:
// |workspace_maanger_| is owned by |WorkspaceController|.
« no previous file with comments | « ui/aura_shell/shadow_controller.cc ('k') | ui/aura_shell/show_state_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698