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

Unified Diff: chrome/browser/prefs/pref_functional_browsertest.cc

Issue 648293002: Remove TestNetworkPredictionEnabledPref. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove TestNetworkPredictionEnabledPref. Created 6 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prefs/pref_functional_browsertest.cc
diff --git a/chrome/browser/prefs/pref_functional_browsertest.cc b/chrome/browser/prefs/pref_functional_browsertest.cc
index db5b8d75e7de67f4f76c4ad8e9703eb2df726fa7..c34f613ae91f03a3f0e670fbc140c3d57a7fca2d 100644
--- a/chrome/browser/prefs/pref_functional_browsertest.cc
+++ b/chrome/browser/prefs/pref_functional_browsertest.cc
@@ -125,16 +125,6 @@ IN_PROC_BROWSER_TEST_F(PrefsFunctionalTest, TestJavascriptEnableDisable) {
browser()->tab_strip_model()->GetActiveWebContents()->GetTitle());
}
-// Verify DNS prefetching pref.
-IN_PROC_BROWSER_TEST_F(PrefsFunctionalTest, TestNetworkPredictionEnabledPref) {
- EXPECT_TRUE(browser()->profile()->GetPrefs()->GetBoolean(
- prefs::kNetworkPredictionEnabled));
- browser()->profile()->GetPrefs()->SetBoolean(prefs::kNetworkPredictionEnabled,
- false);
- EXPECT_FALSE(browser()->profile()->GetPrefs()->GetBoolean(
- prefs::kNetworkPredictionEnabled));
-}
-
// Verify restore for bookmark bar visibility.
IN_PROC_BROWSER_TEST_F(PrefsFunctionalTest,
TestSessionRestoreShowBookmarkBar) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698