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

Unified Diff: mojo/shell/android/mojo_main.cc

Issue 122173004: Add test for ServiceManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update new copyrights Created 6 years, 12 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 | « mojo/mojo.gyp ('k') | mojo/shell/context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/android/mojo_main.cc
diff --git a/mojo/shell/android/mojo_main.cc b/mojo/shell/android/mojo_main.cc
index 00e8246a68b08c8b73980c82dc5d17320d1dc1eb..c75064b4fb12f9a3e8c9cd400968d036cd53b2c7 100644
--- a/mojo/shell/android/mojo_main.cc
+++ b/mojo/shell/android/mojo_main.cc
@@ -40,7 +40,6 @@ class NativeViewportServiceLoader : public shell::ServiceManager::Loader {
private:
virtual void Load(const GURL& url,
- shell::ServiceManager* manager,
ScopedMessagePipeHandle service_handle)
MOJO_OVERRIDE {
service_.reset(CreateNativeViewportService(service_handle.Pass()));
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/shell/context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698