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

Unified Diff: chrome/app/mash/mash_runner.cc

Issue 1942473002: Eliminate mojo:resource_provider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 7 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/app/mash/DEPS ('k') | components/filesystem/directory_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/mash/mash_runner.cc
diff --git a/chrome/app/mash/mash_runner.cc b/chrome/app/mash/mash_runner.cc
index 9ebb979e067960547773a2f09214941d5fc7d921..56544969c8d5e84cc44251b733fcbe12857d09a1 100644
--- a/chrome/app/mash/mash_runner.cc
+++ b/chrome/app/mash/mash_runner.cc
@@ -15,7 +15,6 @@
#include "base/message_loop/message_loop.h"
#include "base/process/launch.h"
#include "components/mus/mus_app.h"
-#include "components/resource_provider/resource_provider_app.h"
#include "content/public/common/content_switches.h"
#include "mash/browser_driver/browser_driver_application_delegate.h"
#include "mash/quick_launch/quick_launch_application.h"
@@ -95,10 +94,6 @@ class DefaultShellClient : public shell::ShellClient,
return base::WrapUnique(new mus::MandolineUIServicesApp);
if (name == "mojo:quick_launch")
return base::WrapUnique(new mash::quick_launch::QuickLaunchApplication);
- if (name == "mojo:resource_provider") {
- return base::WrapUnique(
- new resource_provider::ResourceProviderApp("mojo:resource_provider"));
- }
if (name == "mojo:task_viewer")
return base::WrapUnique(new mash::task_viewer::TaskViewer);
#if defined(OS_LINUX)
« no previous file with comments | « chrome/app/mash/DEPS ('k') | components/filesystem/directory_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698