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

Unified Diff: chrome/browser/safe_browsing/safe_browsing_test.cc

Issue 1073633002: Remove PrerenderLocalPredictor, part 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prerender-local-predictor-1
Patch Set: also obsolete the histograms uffix Created 5 years, 8 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/safe_browsing/safe_browsing_test.cc
diff --git a/chrome/browser/safe_browsing/safe_browsing_test.cc b/chrome/browser/safe_browsing/safe_browsing_test.cc
index 4e1eb4f3a333467c091a4742821cfe148cc25d75..d5de0adb4bfb261667bda5831ee8dd1c16059148 100644
--- a/chrome/browser/safe_browsing/safe_browsing_test.cc
+++ b/chrome/browser/safe_browsing/safe_browsing_test.cc
@@ -298,10 +298,6 @@ class SafeBrowsingServerTest : public InProcessBrowserTest {
// TODO(kalman): Generate new testing data that includes the extension
// blacklist.
command_line->AppendSwitch(switches::kSbDisableExtensionBlacklist);
-
- // TODO(tburkard): Generate new testing data that includes the side-effect
- // free whitelist.
- command_line->AppendSwitch(switches::kSbDisableSideEffectFreeWhitelist);
}
void SetTestStep(int step) {

Powered by Google App Engine
This is Rietveld 408576698