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

Unified Diff: trunk/src/chrome/browser/extensions/api/cloud_print_private/cloud_print_private_apitest.cc

Issue 15934004: Revert 202339 "Better workaround for extension browser test prob..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 7 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
« no previous file with comments | « no previous file | trunk/src/chrome/browser/extensions/api/webstore_private/webstore_private_apitest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/extensions/api/cloud_print_private/cloud_print_private_apitest.cc
===================================================================
--- trunk/src/chrome/browser/extensions/api/cloud_print_private/cloud_print_private_apitest.cc (revision 202346)
+++ trunk/src/chrome/browser/extensions/api/cloud_print_private/cloud_print_private_apitest.cc (working copy)
@@ -85,14 +85,7 @@
settings.printers[1]->connect;
}
-// http://crbug.com/177163
-#if defined(OS_WIN) && !defined(NDEBUG)
-#define MAYBE_CloudPrintHosted DISABLED_CloudPrintHosted
-#else
-#define MAYBE_CloudPrintHosted CloudPrintHosted
-#endif
-IN_PROC_BROWSER_TEST_F(ExtensionCloudPrintPrivateApiTest,
- MAYBE_CloudPrintHosted) {
+IN_PROC_BROWSER_TEST_F(ExtensionCloudPrintPrivateApiTest, CloudPrintHosted) {
CloudPrintTestsDelegateMock cloud_print_mock;
EXPECT_CALL(cloud_print_mock,
« no previous file with comments | « no previous file | trunk/src/chrome/browser/extensions/api/webstore_private/webstore_private_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698