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

Unified Diff: content/renderer/render_view_browsertest.cc

Issue 2714943004: Move unique name generation and tracking into //content. (Closed)
Patch Set: Rebase again. Created 3 years, 9 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 | « content/renderer/render_frame_proxy.cc ('k') | content/renderer/unique_name_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_browsertest.cc
diff --git a/content/renderer/render_view_browsertest.cc b/content/renderer/render_view_browsertest.cc
index befcd2d4b9c3ff38aba97caf9eca4732e2318a05..640ca7b53aa46096b03b43d14554caf14eb882a7 100644
--- a/content/renderer/render_view_browsertest.cc
+++ b/content/renderer/render_view_browsertest.cc
@@ -190,7 +190,7 @@ FrameReplicationState ReconstructReplicationStateForTesting(
// can't recover result.scope - no way to get WebTreeScopeType via public
// blink API...
result.name = frame->assignedName().utf8();
- result.unique_name = frame->uniqueName().utf8();
+ result.unique_name = test_render_frame->unique_name();
result.sandbox_flags = frame->effectiveSandboxFlags();
// result.should_enforce_strict_mixed_content_checking is calculated in the
// browser...
« no previous file with comments | « content/renderer/render_frame_proxy.cc ('k') | content/renderer/unique_name_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698