Commit 8c20fc9d authored by Mugdha Lakhani's avatar Mugdha Lakhani Committed by Commit Bot

[WebLayer] Attempt to fix flaky test.

Bug: 1106948
Change-Id: I87b1f29822abe681ab75b703d36c3c7da70c25f6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343346
Commit-Queue: Mugdha Lakhani <nator@chromium.org>
Commit-Queue: Clark DuVall <cduvall@chromium.org>
Auto-Submit: Mugdha Lakhani <nator@chromium.org>
Reviewed-by: default avatarClark DuVall <cduvall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#795995}
parent 3f69381d
...@@ -371,11 +371,11 @@ public class InstrumentationActivity extends FragmentActivity { ...@@ -371,11 +371,11 @@ public class InstrumentationActivity extends FragmentActivity {
} }
}); });
// Will be a no-op if this tab is already the active tab.
mBrowser.setActiveTab(mTab);
// Creates and adds a new UrlBarView to |mTopContentsContainer|. // Creates and adds a new UrlBarView to |mTopContentsContainer|.
createUrlBarView(); createUrlBarView();
// Will be a no-op if this tab is already the active tab.
mBrowser.setActiveTab(mTab);
} }
private Fragment getOrCreateBrowserFragment() { private Fragment getOrCreateBrowserFragment() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment