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

Unified Diff: components/view_manager/view_tree_unittest.cc

Issue 1317713006: Changes around how embed roots are set (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge to trunk Created 5 years, 3 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 | « components/view_manager/view_tree_impl.cc ('k') | components/view_manager/window_manager_access_policy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/view_manager/view_tree_unittest.cc
diff --git a/components/view_manager/view_tree_unittest.cc b/components/view_manager/view_tree_unittest.cc
index c016206d8f79a5b7c197bbeb90e37767041cb08c..def0ee7158f47becd722acf4bab1a5d49b90d51d 100644
--- a/components/view_manager/view_tree_unittest.cc
+++ b/components/view_manager/view_tree_unittest.cc
@@ -52,7 +52,8 @@ class TestViewTreeClient : public mojo::ViewTreeClient {
void OnEmbed(uint16_t connection_id,
ViewDataPtr root,
mojo::ViewTreePtr tree,
- mojo::Id focused_view_id) override {
+ mojo::Id focused_view_id,
+ uint32_t access_policy) override {
// TODO(sky): add test coverage of |focused_view_id|.
tracker_.OnEmbed(connection_id, root.Pass());
}
« no previous file with comments | « components/view_manager/view_tree_impl.cc ('k') | components/view_manager/window_manager_access_policy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698