summaryrefslogtreecommitdiffstats
path: root/chrome/android/testshell/tab_manager.cc
diff options
context:
space:
mode:
authorjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-12 16:24:38 +0000
committerjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-12 16:24:38 +0000
commitf209b34c28c450d045fb1db6774d7bca7e6c2e6f (patch)
treec4141c6a4a3417acbab0fb7669d69b1a25a35be2 /chrome/android/testshell/tab_manager.cc
parent1e282861b2061d3c4c14de3d85bff45a136ea962 (diff)
downloadchromium_src-f209b34c28c450d045fb1db6774d7bca7e6c2e6f.zip
chromium_src-f209b34c28c450d045fb1db6774d7bca7e6c2e6f.tar.gz
chromium_src-f209b34c28c450d045fb1db6774d7bca7e6c2e6f.tar.bz2
Remove ::create factory functions from objects created via WebCompositorSupport
These are uncalled and don't actually work at all in the component build. Leaving them around is just confusing. Code that wants to instantiate these types can use the WebCompositorSupport interface or directly construct the Impls. BUG= Review URL: https://chromiumcodereview.appspot.com/11231017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167188 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/android/testshell/tab_manager.cc')
-rw-r--r--chrome/android/testshell/tab_manager.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/android/testshell/tab_manager.cc b/chrome/android/testshell/tab_manager.cc
index 0a9da47..f55a78b 100644
--- a/chrome/android/testshell/tab_manager.cc
+++ b/chrome/android/testshell/tab_manager.cc
@@ -14,7 +14,6 @@
#include "chrome/browser/android/tab_base_android_impl.h"
#include "content/public/browser/android/content_view_layer_renderer.h"
#include "jni/TabManager_jni.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebLayer.h"
#include <android/native_window_jni.h>