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

Unified Diff: content/browser/transition_browsertest.cc

Issue 652283002: Navigation transitions (web to native app): Get names and rects of transition elements (Chrome side) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
Index: content/browser/transition_browsertest.cc
diff --git a/content/browser/transition_browsertest.cc b/content/browser/transition_browsertest.cc
index 2452dd6cee6f7df6eb9d95a0ac59e30071b42e5b..560caf4921af70a10ddb95fa2bb3903d3030d15a 100644
--- a/content/browser/transition_browsertest.cc
+++ b/content/browser/transition_browsertest.cc
@@ -65,7 +65,11 @@ class TransitionBrowserTestObserver
if (is_transition_request_) {
TransitionRequestManager::GetInstance()->AddPendingTransitionRequestData(
- info->GetChildID(), info->GetRenderFrameID(), "*", "", "");
+ info->GetChildID(),
+ info->GetRenderFrameID(),
+ std::vector<std::string>(),
+ std::vector<std::string>(),
+ std::vector<gfx::Rect>());
}
}

Powered by Google App Engine
This is Rietveld 408576698