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

Unified Diff: ui/aura_shell/shell.h

Issue 8771015: Rename Desktop->RootWindow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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/shelf_layout_manager.cc ('k') | ui/aura_shell/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura_shell/shell.h
===================================================================
--- ui/aura_shell/shell.h (revision 113260)
+++ ui/aura_shell/shell.h (working copy)
@@ -40,11 +40,11 @@
}
// Shell is a singleton object that presents the Shell API and implements the
-// Desktop's delegate interface.
+// RootWindow's delegate interface.
class AURA_SHELL_EXPORT Shell {
public:
- // Upon creation, the Shell sets itself as the Desktop's delegate, which takes
- // ownership of the Shell.
+ // Upon creation, the Shell sets itself as the RootWindow's delegate, which
+ // takes ownership of the Shell.
// A shell must be explicitly created so that it can call |Init()| with the
// delegate set. |delegate| can be NULL (if not required for initialization).
@@ -58,9 +58,9 @@
aura::Window* GetContainer(int container_id);
const aura::Window* GetContainer(int container_id) const;
- // Adds or removes |filter| from the DesktopEventFilter.
- void AddDesktopEventFilter(aura::EventFilter* filter);
- void RemoveDesktopEventFilter(aura::EventFilter* filter);
+ // Adds or removes |filter| from the RootWindowEventFilter.
+ void AddRootWindowEventFilter(aura::EventFilter* filter);
+ void RemoveRootWindowEventFilter(aura::EventFilter* filter);
// Toggles between overview mode and normal mode.
void ToggleOverview();
« no previous file with comments | « ui/aura_shell/shelf_layout_manager.cc ('k') | ui/aura_shell/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698