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

Unified Diff: sky/viewer/content_handler_impl.h

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: sky/viewer/content_handler_impl.h
diff --git a/sky/viewer/content_handler_impl.h b/sky/viewer/content_handler_impl.h
index 12360f35366122c2b6636b40a50154a4036cc287..8e6f55224c6476d7d991761975dda1104f24776b 100644
--- a/sky/viewer/content_handler_impl.h
+++ b/sky/viewer/content_handler_impl.h
@@ -19,7 +19,7 @@ class ContentHandlerImpl : public mojo::InterfaceImpl<mojo::ContentHandler> {
private:
// Overridden from ContentHandler:
- void StartApplication(mojo::ShellPtr shell,
+ void StartApplication(mojo::InterfaceRequest<mojo::Application> application,
mojo::URLResponsePtr response) override;
DISALLOW_COPY_AND_ASSIGN(ContentHandlerImpl);

Powered by Google App Engine
This is Rietveld 408576698