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

Unified Diff: shell/application_manager/application_loader.cc

Issue 868463008: Remove Client relationship between mojo.Shell/mojo.Application (Closed) Base URL: git@github.com:domokit/mojo.git@app_impl_init
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
Index: shell/application_manager/application_loader.cc
diff --git a/shell/application_manager/application_loader.cc b/shell/application_manager/application_loader.cc
index ea653a1ba8d23b6417bb0a4ff50239e4be56631a..1e32a5a71360129993cd11f7b61146342c26af9e 100644
--- a/shell/application_manager/application_loader.cc
+++ b/shell/application_manager/application_loader.cc
@@ -12,7 +12,7 @@ namespace mojo {
namespace {
void NotReached(const GURL& url,
- ScopedMessagePipeHandle shell_handle,
+ InterfaceRequest<Application> application_request,
URLResponsePtr response) {
NOTREACHED();
}

Powered by Google App Engine
This is Rietveld 408576698