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

Unified Diff: sky/viewer/internals.h

Issue 948943002: Gets HTMLIFrameElement::embedViewManagerClient to work with dart (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 10 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/internals.h
diff --git a/sky/viewer/internals.h b/sky/viewer/internals.h
index be421addb378517c8ed5e7bb58831954218efc9f..e9d72bbf144a8e21b713700584eb5ac3feb1dd28 100644
--- a/sky/viewer/internals.h
+++ b/sky/viewer/internals.h
@@ -35,8 +35,9 @@ class Internals : public base::SupportsUserData::Data,
mojo::Handle TakeServicesProvidedToEmbedder();
mojo::Handle TakeServicesProvidedByEmbedder();
- mojo::Handle ConnectToService(
- const std::string& application_url, const std::string& interface_name);
+ mojo::ScopedMessagePipeHandle ConnectToService(
+ const std::string& application_url,
+ const std::string& interface_name);
void pauseAnimations(double pauseTime);

Powered by Google App Engine
This is Rietveld 408576698