Index: chrome/browser/android/tab_android_test_stubs.cc |
diff --git a/chrome/browser/android/tab_android_test_stubs.cc b/chrome/browser/android/tab_android_test_stubs.cc |
index 823e59e69a960810fb77d51ff9383b014622afc7..0e3dc372fdda7f00a23a39e29b448afed237c9fc 100644 |
--- a/chrome/browser/android/tab_android_test_stubs.cc |
+++ b/chrome/browser/android/tab_android_test_stubs.cc |
@@ -13,16 +13,6 @@ |
#include "printing/printing_context.h" |
#include "printing/printing_context_android.h" |
-// static |
-TabAndroid* TabAndroid::FromWebContents(content::WebContents* web_contents) { |
- return NULL; |
-} |
- |
-// static |
-TabAndroid* TabAndroid::GetNativeTab(JNIEnv* env, jobject obj) { |
- return NULL; |
-} |
- |
// AutoLoginInfoBarDelegatAndroid empty implementation for test_shell. |
// TODO(miguelg) remove once the AutoLoginInfoBar is upstreamed. |
AutoLoginInfoBarDelegateAndroid::AutoLoginInfoBarDelegateAndroid( |