| 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,
|
|
|