diff options
Diffstat (limited to 'chrome/browser/extensions/extension_chrome_auth_private_apitest.cc')
-rw-r--r-- | chrome/browser/extensions/extension_chrome_auth_private_apitest.cc | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/chrome/browser/extensions/extension_chrome_auth_private_apitest.cc b/chrome/browser/extensions/extension_chrome_auth_private_apitest.cc index b35ef72a..a7a2c57 100644 --- a/chrome/browser/extensions/extension_chrome_auth_private_apitest.cc +++ b/chrome/browser/extensions/extension_chrome_auth_private_apitest.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// 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. @@ -58,11 +58,3 @@ IN_PROC_BROWSER_TEST_F(ExtensionChromeAuthPrivateApiTest, SetCloudPrintCredentialsFunction::SetTestMode(false); } #endif // !defined(OS_CHROMEOS) - -IN_PROC_BROWSER_TEST_F(ExtensionChromeAuthPrivateApiTest, - SetCloudPrintCredentialsFailureInstalledComponent) { - // Run this as an installed component app. This should also fail because of - // the explicit URL check in the API. - ASSERT_TRUE(RunComponentExtensionTest( - "chrome_auth_private/installed_component_app")); -} |