| Index: chrome/android/sync_shell/javatests/src/org/chromium/chrome/browser/sync/FirstRunTest.java
|
| diff --git a/chrome/android/sync_shell/javatests/src/org/chromium/chrome/browser/sync/FirstRunTest.java b/chrome/android/sync_shell/javatests/src/org/chromium/chrome/browser/sync/FirstRunTest.java
|
| index fcfcd9d5b9d158d1c15307078e343095a92a464a..24c86584cda024be106ba9fefe9c4ac995c7b1f9 100644
|
| --- a/chrome/android/sync_shell/javatests/src/org/chromium/chrome/browser/sync/FirstRunTest.java
|
| +++ b/chrome/android/sync_shell/javatests/src/org/chromium/chrome/browser/sync/FirstRunTest.java
|
| @@ -103,8 +103,7 @@ public class FirstRunTest extends SyncTestBase {
|
| * @param showSettings Whether to show the settings page.
|
| * @return The Preferences activity if showSettings was YES; null otherwise.
|
| */
|
| - private Preferences processFirstRun(String account, ShowSettings showSettings)
|
| - throws InterruptedException {
|
| + private Preferences processFirstRun(String account, ShowSettings showSettings) {
|
| FirstRunSignInProcessor.setFirstRunFlowSignInComplete(mContext, false);
|
| Bundle data = new Bundle();
|
| data.putString(FirstRunActivity.RESULT_SIGNIN_ACCOUNT_NAME, account);
|
|
|