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

Unified Diff: components/html_viewer/ax_provider_apptest.cc

Issue 1239313004: More html_viewer OOPIF changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile Created 5 years, 5 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 | « no previous file | components/html_viewer/document_resource_waiter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/ax_provider_apptest.cc
diff --git a/components/html_viewer/ax_provider_apptest.cc b/components/html_viewer/ax_provider_apptest.cc
index 7f3c1235b595b374ac18481ac19e378419954b50..ba9e5463ad1d39bebd04c327f074a4978be6048d 100644
--- a/components/html_viewer/ax_provider_apptest.cc
+++ b/components/html_viewer/ax_provider_apptest.cc
@@ -50,6 +50,7 @@ class TestFrameTreeServer : public mandoline::FrameTreeServer {
void LoadingStarted() override {}
void LoadingStopped() override {}
void ProgressChanged(double progress) override {}
+ void SetFrameName(const mojo::String& name) override {}
private:
DISALLOW_COPY_AND_ASSIGN(TestFrameTreeServer);
@@ -95,6 +96,7 @@ TEST_F(AXProviderTest, HelloWorld) {
array[0] = mandoline::FrameData::New().Pass();
array[0]->frame_id = embed_view->id();
array[0]->parent_id = 0u;
+ array[0]->origin = "origin";
mandoline::FrameTreeClientPtr frame_tree_client;
connection->ConnectToService(&frame_tree_client);
« no previous file with comments | « no previous file | components/html_viewer/document_resource_waiter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698