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

Unified Diff: examples/aura_demo/aura_demo.cc

Issue 815003002: Nukes ViewManager arg from ViewManagerDelegate::OnEmbed (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: format Created 6 years 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 | « no previous file | examples/browser/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/aura_demo/aura_demo.cc
diff --git a/examples/aura_demo/aura_demo.cc b/examples/aura_demo/aura_demo.cc
index 6698f53424d3250b154f7e8bea6d5894ad3a9f6a..cfeb8a0e781378bbcf95b3f3722fcf3671ec5c45 100644
--- a/examples/aura_demo/aura_demo.cc
+++ b/examples/aura_demo/aura_demo.cc
@@ -114,7 +114,6 @@ class AuraDemo : public mojo::ApplicationDelegate,
private:
// Overridden from ViewManagerDelegate:
virtual void OnEmbed(
- mojo::ViewManager* view_manager,
mojo::View* root,
mojo::ServiceProviderImpl* exported_services,
scoped_ptr<mojo::ServiceProvider> imported_services) override {
« no previous file with comments | « no previous file | examples/browser/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698