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

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

Issue 8716004: Add per-tab "JavaScript enabled" preference. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments and fixed fwd declaration Created 9 years, 1 month 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 | chrome/browser/prefs/per_tab_user_pref_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prefs/overlay_user_pref_store_unittest.cc
diff --git a/chrome/browser/prefs/overlay_user_pref_store_unittest.cc b/chrome/browser/prefs/overlay_user_pref_store_unittest.cc
index 2f082453bcdf5e1aeb5b800e6cc7ab5ddab2598f..f9e36a0d0080fa3e0a117b714c6cf935ac606793 100644
--- a/chrome/browser/prefs/overlay_user_pref_store_unittest.cc
+++ b/chrome/browser/prefs/overlay_user_pref_store_unittest.cc
@@ -17,10 +17,8 @@ namespace {
const char* overlay_key = prefs::kBrowserWindowPlacement;
const char* regular_key = prefs::kShowBookmarkBar;
-// There is no real-life sense in mapping these two properties, it for test
-// purposes only.
const char* mapped_overlay_key = prefs::kWebKitJavascriptEnabled;
-const char* mapped_underlay_key = prefs::kWebKitJavaEnabled;
+const char* mapped_underlay_key = prefs::kWebKitGlobalJavascriptEnabled;
} // namespace
« no previous file with comments | « no previous file | chrome/browser/prefs/per_tab_user_pref_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698