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

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

Issue 2718043002: Replace more hardcoded "ash" strings with ash::mojom::kServiceName (Closed)
Patch Set: Remove ash_util includes that are no longer needed. Created 3 years, 10 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 | « chrome/browser/ui/ash/ash_util.h ('k') | chrome/browser/ui/ash/cast_config_client_media_router.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/ash_util.cc
diff --git a/chrome/browser/ui/ash/ash_util.cc b/chrome/browser/ui/ash/ash_util.cc
index 3209292593108b070f44062bc5ec53811fb5f314..7188b70b93ce369b6e9d0d51cbf858a81aedcca7 100644
--- a/chrome/browser/ui/ash/ash_util.cc
+++ b/chrome/browser/ui/ash/ash_util.cc
@@ -49,11 +49,6 @@ class EmbeddedAshService : public service_manager::Service {
} // namespace
-// TODO(rockot): Remove this.
-const char* GetAshServiceName() {
- return "ash";
-}
-
std::unique_ptr<service_manager::Service> CreateEmbeddedAshService(
const scoped_refptr<base::SingleThreadTaskRunner>& task_runner) {
return base::MakeUnique<EmbeddedAshService>(task_runner);
« no previous file with comments | « chrome/browser/ui/ash/ash_util.h ('k') | chrome/browser/ui/ash/cast_config_client_media_router.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698