Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(614)

Unified Diff: chrome/android/testshell/chrome_main_delegate_testshell_android.h

Issue 11085008: [Android] Upstream content detection and ChromeBrowserProvider tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase after landing resources separately. Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698