Skip to content

Commit

Permalink
Fix revert conflict from last commit
Browse files Browse the repository at this point in the history
BUG=411931
TBR=keishi, reed

Review URL: https://codereview.chromium.org/551913002

Cr-Commit-Position: refs/heads/master@{#293746}
  • Loading branch information
arv committed Sep 8, 2014
1 parent 409d670 commit 855129e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,12 @@ protected void setUp() throws Exception {
waitForActiveShellToBeDoneLoading();
}

/*
@SmallTest
@Feature({"Navigation"})
http://crbug.com/411931
*/
@DisabledTest
public void testDidFirstVisuallyNonEmptyPaint() throws Throwable {
TestWebContentsObserverAndroid observer = ThreadUtils.runOnUiThreadBlocking(
new Callable<TestWebContentsObserverAndroid>() {
Expand Down

0 comments on commit 855129e

Please sign in to comment.