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

Unified Diff: examples/ui/tile/tile_app.h

Issue 1869263002: Mozart: Enhance tile app to test various sync behaviors. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-1
Patch Set: Created 4 years, 8 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 | « examples/ui/tile/README.md ('k') | examples/ui/tile/tile_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/ui/tile/tile_app.h
diff --git a/examples/ui/tile/tile_app.h b/examples/ui/tile/tile_app.h
index 05060c6c0559bae51bc4a431f20c95c634c4dc7e..325a21f98e4bec13934a5f532799178385aa8b2b 100644
--- a/examples/ui/tile/tile_app.h
+++ b/examples/ui/tile/tile_app.h
@@ -9,6 +9,8 @@
namespace examples {
+struct TileParams;
+
class TileApp : public mojo::ui::ViewProviderApp {
public:
TileApp();
@@ -21,6 +23,8 @@ class TileApp : public mojo::ui::ViewProviderApp {
mojo::InterfaceHandle<mojo::ServiceProvider> exposed_services) override;
private:
+ bool ParseParams(const std::string& connection_url, TileParams* params);
+
DISALLOW_COPY_AND_ASSIGN(TileApp);
};
« no previous file with comments | « examples/ui/tile/README.md ('k') | examples/ui/tile/tile_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698