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

Unified Diff: ios/chrome/browser/translate/translate_service_ios_unittest.cc

Issue 887043002: Upstream utilities for iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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: ios/chrome/browser/translate/translate_service_ios_unittest.cc
diff --git a/ios/chrome/browser/translate/translate_service_ios_unittest.cc b/ios/chrome/browser/translate/translate_service_ios_unittest.cc
index 0cbd6b00331eec8d25561c8966e75a8e9a24c5b5..f9ea614b08fa0801f7888005166694ad051619ce 100644
--- a/ios/chrome/browser/translate/translate_service_ios_unittest.cc
+++ b/ios/chrome/browser/translate/translate_service_ios_unittest.cc
@@ -10,9 +10,6 @@
#include "url/gurl.h"
TEST(TranslateServiceIOSTest, CheckTranslatableURL) {
- // TODO(droger): Remove this once http://crbug.com/437332 is fixed.
- ios::TestChromeProviderInitializer test_chrome_provider_initializer;
-
GURL empty_url = GURL(std::string());
EXPECT_FALSE(TranslateServiceIOS::IsTranslatableURL(empty_url));

Powered by Google App Engine
This is Rietveld 408576698