summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_tab_util.h
diff options
context:
space:
mode:
authorjcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-21 17:35:49 +0000
committerjcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-21 17:35:49 +0000
commite3df027f02465a54dc1ab5a948c87dde39aa8d35 (patch)
treeef8c34418955e98cb5e9c7c2c13e32d27bd35194 /chrome/browser/extensions/extension_tab_util.h
parent2718693bd74afa04d69cbd55ec6796c1642f127b (diff)
downloadchromium_src-e3df027f02465a54dc1ab5a948c87dde39aa8d35.zip
chromium_src-e3df027f02465a54dc1ab5a948c87dde39aa8d35.tar.gz
chromium_src-e3df027f02465a54dc1ab5a948c87dde39aa8d35.tar.bz2
Stubbing out the ExtensionTabUtil methods on Android.
As an effort to get the unit_tests linking on Android, stubbing out the methods in ExtensionTabUtil as there does not seem to be an easy way to refactor that code. BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10592027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143403 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/extension_tab_util.h')
-rw-r--r--chrome/browser/extensions/extension_tab_util.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/extensions/extension_tab_util.h b/chrome/browser/extensions/extension_tab_util.h
index 85b3848..9d57c9a 100644
--- a/chrome/browser/extensions/extension_tab_util.h
+++ b/chrome/browser/extensions/extension_tab_util.h
@@ -33,9 +33,6 @@ class ExtensionTabUtil {
static int GetWindowId(const Browser* browser);
static int GetWindowIdOfTabStripModel(const TabStripModel* tab_strip_model);
static int GetTabId(const content::WebContents* web_contents);
- static bool GetTabIdFromArgument(const base::ListValue &args,
- int argument_index,
- int *tab_id, std::string* error_message);
static std::string GetTabStatusText(bool is_loading);
static int GetWindowIdOfTab(const content::WebContents* web_contents);
static base::ListValue* CreateTabList(const Browser* browser);