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

Unified Diff: chrome/android/testshell/testshell_stubs.cc

Issue 10911202: Revert 155950 - Add initial Chromium TestShell support for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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
« no previous file with comments | « chrome/android/testshell/testshell_entry_point.cc ('k') | chrome/app/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/testshell/testshell_stubs.cc
===================================================================
--- chrome/android/testshell/testshell_stubs.cc (revision 155957)
+++ chrome/android/testshell/testshell_stubs.cc (working copy)
@@ -1,23 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "chrome/browser/android/tab_android.h"
-#include "chrome/browser/autofill/autofill_external_delegate.h"
-
-// This file contains temporary stubs to allow the libtestshell target to
-// compile. They will be removed once real implementations are
-// written/upstreamed, or once other code is refactored to eliminate the
-// need for them.
-
-// static
-TabAndroid* TabAndroid::FromWebContents(content::WebContents* web_contents) {
- return NULL;
-}
-
-// static
-AutofillExternalDelegate* AutofillExternalDelegate::Create(
- TabContents* tab_contents,
- AutofillManager* manager) {
- return NULL;
-}
« no previous file with comments | « chrome/android/testshell/testshell_entry_point.cc ('k') | chrome/app/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698