Index: chrome/android/testshell/testshell_stubs.cc |
diff --git a/chrome/android/testshell/testshell_stubs.cc b/chrome/android/testshell/testshell_stubs.cc |
index eeb71d7ce615cd108695f2c60ef3e4ee7ee39882..aec1d7b0d26e9a08c6d766aeec437291ebdbccc7 100644 |
--- a/chrome/android/testshell/testshell_stubs.cc |
+++ b/chrome/android/testshell/testshell_stubs.cc |
@@ -3,7 +3,6 @@ |
// found in the LICENSE file. |
#include "base/strings/string16.h" |
-#include "chrome/browser/android/tab_android.h" |
#include "chrome/browser/infobars/confirm_infobar_delegate.h" |
#include "chrome/browser/translate/translate_infobar_delegate.h" |
#include "chrome/browser/ui/auto_login_infobar_delegate.h" |
@@ -18,11 +17,6 @@ |
class InfoBarService; |
-// static |
-TabAndroid* TabAndroid::FromWebContents(content::WebContents* web_contents) { |
- return NULL; |
-} |
- |
// AutoLoginInfoBarDelegatAndroid empty implementation for test_shell |
// TODO(miguelg) remove once the AutoLoginInfoBar is upstreamed. |
AutoLoginInfoBarDelegateAndroid::AutoLoginInfoBarDelegateAndroid( |