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

Unified Diff: components/html_viewer/html_frame_apptest.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 | « no previous file | components/view_manager/access_policy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/html_frame_apptest.cc
diff --git a/components/html_viewer/html_frame_apptest.cc b/components/html_viewer/html_frame_apptest.cc
index 2d452a83c11d7581bd5f7339d9a96f140235bdb6..10e4fba2ddbfb7b1fd316895247c748fa99ee273 100644
--- a/components/html_viewer/html_frame_apptest.cc
+++ b/components/html_viewer/html_frame_apptest.cc
@@ -230,9 +230,6 @@ class HTMLFrameTest : public ViewManagerTestBase {
void SetUp() override {
ViewManagerTestBase::SetUp();
- // Make it so we get OnEmbedForDescendant().
- window_manager()->SetEmbedRoot();
-
// Start a test server.
http_server_.reset(new net::SpawnedTestServer(
net::SpawnedTestServer::TYPE_HTTP, net::SpawnedTestServer::kLocalhost,
« no previous file with comments | « no previous file | components/view_manager/access_policy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698