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

Unified Diff: mojo/services/view_manager/test_change_tracker.h

Issue 322923002: Pass embedding app identity through at embed time (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 6 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 | « mojo/services/view_manager/root_node_manager.cc ('k') | mojo/services/view_manager/test_change_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/view_manager/test_change_tracker.h
diff --git a/mojo/services/view_manager/test_change_tracker.h b/mojo/services/view_manager/test_change_tracker.h
index 319c78e396a2c3844acd7b7840bd7828579a0300..ef0c002880ecd584c18a1e5aae9fbcc1d1312659 100644
--- a/mojo/services/view_manager/test_change_tracker.h
+++ b/mojo/services/view_manager/test_change_tracker.h
@@ -56,6 +56,7 @@ struct Change {
gfx::Rect bounds;
gfx::Rect bounds2;
int32 event_action;
+ String creator_url;
};
// Converts Changes to string descriptions.
@@ -94,6 +95,7 @@ class TestChangeTracker {
// Each of these functions generate a Change. There is one per
// IViewManagerClient function.
void OnViewManagerConnectionEstablished(ConnectionSpecificId connection_id,
+ const String& creator_url,
Id next_server_change_id,
Array<INodePtr> nodes);
void OnRootsAdded(Array<INodePtr> nodes);
« no previous file with comments | « mojo/services/view_manager/root_node_manager.cc ('k') | mojo/services/view_manager/test_change_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698