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

Unified Diff: chrome/browser/ui/ash/chrome_wallpaper_manager.cc

Issue 2413503002: Cleanup mojo Wallpaper interfaces for mash. (Closed)
Patch Set: Cleanup. Created 4 years, 2 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
Index: chrome/browser/ui/ash/chrome_wallpaper_manager.cc
diff --git a/chrome/browser/ui/ash/chrome_wallpaper_manager.cc b/chrome/browser/ui/ash/chrome_wallpaper_manager.cc
deleted file mode 100644
index da105fdd25d46eaba61fddedb6baf17f0f342381..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/ash/chrome_wallpaper_manager.cc
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "chrome/browser/ui/ash/chrome_wallpaper_manager.h"
-
-#include "chrome/browser/chromeos/extensions/wallpaper_manager_util.h"
-
-ChromeWallpaperManager::ChromeWallpaperManager() {}
-
-ChromeWallpaperManager::~ChromeWallpaperManager() {}
-
-void ChromeWallpaperManager::ProcessRequest(
- ash::mojom::WallpaperManagerRequest request) {
- bindings_.AddBinding(this, std::move(request));
-}
-
-void ChromeWallpaperManager::Open() {
- wallpaper_manager_util::OpenWallpaperManager();
-}

Powered by Google App Engine
This is Rietveld 408576698