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

Unified Diff: shell/application_manager/application_manager.cc

Issue 858103002: Remove [Client=] annotation from ServiceProvider (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: rebase for trybots (no code changes from ps2) Created 5 years, 11 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 | « services/window_manager/window_manager_impl.cc ('k') | sky/engine/v8_inspector/inspector_backend_mojo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/application_manager/application_manager.cc
diff --git a/shell/application_manager/application_manager.cc b/shell/application_manager/application_manager.cc
index 29d81fcfc5f466bc8c849f5d52001413189d351e..2cac11a8f0c9b5feda9ac892625eeacbf5e66e56 100644
--- a/shell/application_manager/application_manager.cc
+++ b/shell/application_manager/application_manager.cc
@@ -22,16 +22,6 @@ namespace mojo {
namespace {
// Used by TestAPI.
bool has_created_instance = false;
-
-class StubServiceProvider : public InterfaceImpl<ServiceProvider> {
- public:
- ServiceProvider* GetRemoteServiceProvider() { return client(); }
-
- private:
- void ConnectToService(const String& service_name,
- ScopedMessagePipeHandle client_handle) override {}
-};
-
} // namespace
« no previous file with comments | « services/window_manager/window_manager_impl.cc ('k') | sky/engine/v8_inspector/inspector_backend_mojo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698