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

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

Issue 108803002: Make TabBase non abstract (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years 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 dfd4b69abb114d850186670031566dd43b98c406..d07782cc3aee5cd528dafd368b22744fd119d2d3 100644
--- a/chrome/android/testshell/chrome_main_delegate_testshell_android.h
+++ b/chrome/android/testshell/chrome_main_delegate_testshell_android.h
@@ -14,8 +14,6 @@ class ChromeMainDelegateTestShellAndroid : public ChromeMainDelegateAndroid {
virtual bool BasicStartupComplete(int* exit_code) OVERRIDE;
- virtual bool RegisterApplicationNativeMethods(JNIEnv* env) OVERRIDE;
-
private:
DISALLOW_COPY_AND_ASSIGN(ChromeMainDelegateTestShellAndroid);
};

Powered by Google App Engine
This is Rietveld 408576698