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

Unified Diff: content/browser/web_contents/web_contents_android.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/web_contents/web_contents_android.cc
diff --git a/content/browser/web_contents/web_contents_android.cc b/content/browser/web_contents/web_contents_android.cc
index 52702a412e4212ed0f6eb4f096851554f3345f16..1761abb0b3e8f60d4c5293f984732d3124102509 100644
--- a/content/browser/web_contents/web_contents_android.cc
+++ b/content/browser/web_contents/web_contents_android.cc
@@ -155,9 +155,9 @@ void WebContentsAndroid::SetHasPendingNavigationTransitionForTesting(
base::Unretained(TransitionRequestManager::GetInstance()),
frame->GetProcess()->GetID(),
frame->GetRoutingID(),
- "*",
- "",
- ""));
+ std::vector<std::string>(),
+ std::vector<std::string>(),
+ std::vector<gfx::Rect>()));
}
void WebContentsAndroid::SetupTransitionView(JNIEnv* env,

Powered by Google App Engine
This is Rietveld 408576698