summaryrefslogtreecommitdiffstats
path: root/chrome/android/testshell/tab_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/android/testshell/tab_manager.h')
-rw-r--r--chrome/android/testshell/tab_manager.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/chrome/android/testshell/tab_manager.h b/chrome/android/testshell/tab_manager.h
deleted file mode 100644
index c576768..0000000
--- a/chrome/android/testshell/tab_manager.h
+++ /dev/null
@@ -1,16 +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.
-
-#ifndef CHROME_ANDROID_TESTSHELL_TAB_MANAGER_H_
-#define CHROME_ANDROID_TESTSHELL_TAB_MANAGER_H_
-
-#include <jni.h>
-
-namespace chrome {
-
-bool RegisterTabManager(JNIEnv* env);
-
-}
-
-#endif // CHROME_ANDROID_TESTSHELL_TAB_MANAGER_H_