| Index: chrome/android/testshell/chrome_main_delegate_testshell_android.h
|
| diff --git a/chrome/android/testshell/chrome_main_delegate_testshell_android.h b/chrome/android/testshell/chrome_main_delegate_testshell_android.h
|
| index 0c57ae67c4698e54f5e5d6875c1871b7fca0b302..dfd4b69abb114d850186670031566dd43b98c406 100644
|
| --- a/chrome/android/testshell/chrome_main_delegate_testshell_android.h
|
| +++ b/chrome/android/testshell/chrome_main_delegate_testshell_android.h
|
| @@ -12,6 +12,8 @@ class ChromeMainDelegateTestShellAndroid : public ChromeMainDelegateAndroid {
|
| ChromeMainDelegateTestShellAndroid();
|
| virtual ~ChromeMainDelegateTestShellAndroid();
|
|
|
| + virtual bool BasicStartupComplete(int* exit_code) OVERRIDE;
|
| +
|
| virtual bool RegisterApplicationNativeMethods(JNIEnv* env) OVERRIDE;
|
|
|
| private:
|
|
|