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

Unified Diff: shell/android/android_handler_loader.h

Issue 873453004: Use ShellPtr type in ApplicationLoader instead of untyped handles (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix android 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_api_unittest.cc ('k') | shell/android/android_handler_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/android/android_handler_loader.h
diff --git a/shell/android/android_handler_loader.h b/shell/android/android_handler_loader.h
index 9360574518b075c4df0d0c11a14902e7e62557db..cae8a2f51e9d0149e42176f995aea7686d4f04e5 100644
--- a/shell/android/android_handler_loader.h
+++ b/shell/android/android_handler_loader.h
@@ -24,7 +24,7 @@ class AndroidHandlerLoader : public ApplicationLoader {
// ApplicationLoader overrides:
void Load(ApplicationManager* manager,
const GURL& url,
- ScopedMessagePipeHandle shell_handle,
+ ShellPtr shell,
LoadCallback callback) override;
void OnApplicationError(ApplicationManager* manager,
const GURL& url) override;
« no previous file with comments | « services/window_manager/window_manager_api_unittest.cc ('k') | shell/android/android_handler_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698