Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Unified Diff: chrome/browser/extensions/extension_chrome_auth_private_apitest.cc

Issue 7472027: Omitted adding the Cloud Print component app on Chrome OS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed ASSERT for ChromeOS Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/extension_chrome_auth_private_apitest.cc
diff --git a/chrome/browser/extensions/extension_chrome_auth_private_apitest.cc b/chrome/browser/extensions/extension_chrome_auth_private_apitest.cc
index ac7b11da23bbc7ef059985dd2524e8babc24ccfc..ab80224b5f90a2b58c0e5ab2430ef2885ffe3e14 100644
--- a/chrome/browser/extensions/extension_chrome_auth_private_apitest.cc
+++ b/chrome/browser/extensions/extension_chrome_auth_private_apitest.cc
@@ -45,6 +45,7 @@ class ExtensionChromeAuthPrivateApiTest : public ExtensionApiTest {
}
};
+#if !defined(OS_CHROMEOS)
IN_PROC_BROWSER_TEST_F(ExtensionChromeAuthPrivateApiTest,
SetCloudPrintCredentialsSuccessHosted) {
// Run this as a hosted app. Since we have overridden the cloud print service
@@ -56,6 +57,7 @@ IN_PROC_BROWSER_TEST_F(ExtensionChromeAuthPrivateApiTest,
ASSERT_TRUE(RunPageTest(page_url.spec()));
SetCloudPrintCredentialsFunction::SetTestMode(false);
}
+#endif // !defined(OS_CHROMEOS)
IN_PROC_BROWSER_TEST_F(ExtensionChromeAuthPrivateApiTest,
SetCloudPrintCredentialsFailureInstalled) {
« no previous file with comments | « chrome/browser/extensions/extension_chrome_auth_private_api.cc ('k') | chrome/browser/profiles/profile_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698