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

Unified Diff: ash/shell.h

Issue 2290473004: Rename ash desktop_background to wallpaper. (Closed)
Patch Set: Address comments. Created 4 years, 4 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 | « ash/root_window_controller_unittest.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index cc5fd584598353f149d78e4b65ded4a95301a441..890b3c6787366e0230ef0b465db8c381954d3f72 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -78,11 +78,9 @@ class AcceleratorControllerDelegateAura;
class AshNativeCursorManager;
class AutoclickController;
class BluetoothNotificationController;
-class DesktopBackgroundController;
class DisplayChangeObserver;
class DisplayColorManager;
class DisplayConfigurationController;
-class WindowTreeHostManager;
class DisplayErrorObserver;
class DisplayManager;
class DragDropController;
@@ -130,8 +128,10 @@ class TouchObserverHUD;
class VirtualKeyboardController;
class VideoActivityNotifier;
class VideoDetector;
+class WallpaperController;
class WebNotificationTray;
class WindowPositioner;
+class WindowTreeHostManager;
class WmShellAura;
class WmWindow;
@@ -204,8 +204,7 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
int container_id,
aura::Window* priority_root);
- // Shows the context menu for the background and launcher at
- // |location_in_screen| (in screen coordinates).
+ // Shows the context menu for the wallpaper and shelf at the screen location.
void ShowContextMenu(const gfx::Point& location_in_screen,
ui::MenuSourceType source_type);
@@ -275,8 +274,8 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
return tooltip_controller_.get();
}
OverlayEventFilter* overlay_filter() { return overlay_filter_.get(); }
- DesktopBackgroundController* desktop_background_controller() {
- return desktop_background_controller_.get();
+ WallpaperController* wallpaper_controller() {
+ return wallpaper_controller_.get();
}
LinkHandlerModelFactory* link_handler_model_factory() {
return link_handler_model_factory_;
@@ -500,7 +499,7 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
std::unique_ptr<::wm::VisibilityController> visibility_controller_;
std::unique_ptr<::wm::WindowModalityController> window_modality_controller_;
std::unique_ptr<views::corewm::TooltipController> tooltip_controller_;
- std::unique_ptr<DesktopBackgroundController> desktop_background_controller_;
+ std::unique_ptr<WallpaperController> wallpaper_controller_;
LinkHandlerModelFactory* link_handler_model_factory_;
std::unique_ptr<PowerButtonController> power_button_controller_;
std::unique_ptr<LockStateController> lock_state_controller_;
« no previous file with comments | « ash/root_window_controller_unittest.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698