Index: chrome/android/shell/java/src/org/chromium/chrome/shell/sync/ChromeShellSyncAdapter.java |
diff --git a/chrome/android/shell/java/src/org/chromium/chrome/shell/sync/ChromeShellSyncAdapter.java b/chrome/android/shell/java/src/org/chromium/chrome/shell/sync/ChromeShellSyncAdapter.java |
index 1a22666eeae2f6f71661ce41d73400e5d9e31524..3c559eb3d6320dd031639ca704d5f606d65da4cf 100644 |
--- a/chrome/android/shell/java/src/org/chromium/chrome/shell/sync/ChromeShellSyncAdapter.java |
+++ b/chrome/android/shell/java/src/org/chromium/chrome/shell/sync/ChromeShellSyncAdapter.java |
@@ -8,7 +8,6 @@ |
import android.content.Context; |
import org.chromium.chrome.browser.sync.ChromiumSyncAdapter; |
-import org.chromium.chrome.shell.ChromeShellApplication; |
public class ChromeShellSyncAdapter extends ChromiumSyncAdapter { |
public ChromeShellSyncAdapter(Context appContext, Application application) { |
@@ -19,9 +18,4 @@ public ChromeShellSyncAdapter(Context appContext, Application application) { |
protected boolean useAsyncStartup() { |
return true; |
} |
- |
- @Override |
- protected void initCommandLine() { |
- ChromeShellApplication.initCommandLine(); |
- } |
} |