diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-01 09:54:24 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-01 09:54:24 +0000 |
commit | ef2561ded7d7dd3e0ea95558e56e0741cc4470fd (patch) | |
tree | 0b0ce8f7019a17f88a5fcd75ba6ad3ee0e3ea422 /chrome/browser/extensions/extension_tabs_apitest.cc | |
parent | b435b6279959d1b6b4db7e474162536be731a6c5 (diff) | |
download | chromium_src-ef2561ded7d7dd3e0ea95558e56e0741cc4470fd.zip chromium_src-ef2561ded7d7dd3e0ea95558e56e0741cc4470fd.tar.gz chromium_src-ef2561ded7d7dd3e0ea95558e56e0741cc4470fd.tar.bz2 |
Reenable ExtensionApiTests.Tabs
BUG=108492
TEST=none
Review URL: http://codereview.chromium.org/9537016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124395 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/extension_tabs_apitest.cc')
-rw-r--r-- | chrome/browser/extensions/extension_tabs_apitest.cc | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/chrome/browser/extensions/extension_tabs_apitest.cc b/chrome/browser/extensions/extension_tabs_apitest.cc index f07b80d..5de7be1 100644 --- a/chrome/browser/extensions/extension_tabs_apitest.cc +++ b/chrome/browser/extensions/extension_tabs_apitest.cc @@ -35,14 +35,7 @@ #define MAYBE_UpdateWindowShowState UpdateWindowShowState #endif -// See crbug.com/108492. -#if defined(USE_AURA) && defined(OS_CHROMEOS) -#define MAYBE_Tabs DISABLED_Tabs -#else -#define MAYBE_Tabs Tabs -#endif - -IN_PROC_BROWSER_TEST_F(ExtensionApiTest, MAYBE_Tabs) { +IN_PROC_BROWSER_TEST_F(ExtensionApiTest, Tabs) { // The test creates a tab and checks that the URL of the new tab // is that of the new tab page. Make sure the pref that controls // this is set. |