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

Unified Diff: trunk/src/mojo/services/public/cpp/view_manager/lib/view_manager_private.h

Issue 306403003: Revert 274322 "Implement a demo that shows one app embedding ren..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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: trunk/src/mojo/services/public/cpp/view_manager/lib/view_manager_private.h
===================================================================
--- trunk/src/mojo/services/public/cpp/view_manager/lib/view_manager_private.h (revision 274327)
+++ trunk/src/mojo/services/public/cpp/view_manager/lib/view_manager_private.h (working copy)
@@ -20,11 +20,9 @@
~ViewManagerPrivate();
ViewManagerSynchronizer* synchronizer() {
- return manager_->synchronizer_;
+ return manager_->synchronizer_.get();
}
- void set_synchronizer(ViewManagerSynchronizer* synchronizer) {
- manager_->synchronizer_ = synchronizer;
- }
+ ServiceProvider* service_provider() { return manager_->service_provider_; }
void set_root(ViewTreeNode* root) { manager_->tree_ = root; }

Powered by Google App Engine
This is Rietveld 408576698