Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: defaults/prefs.js

Issue 8382011: Applied changes from emailed code review (Closed)
Patch Set: Created Sept. 28, 2012, 1:40 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/skin/typedItOptIn.css ('k') | lib/appIntegration.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: defaults/prefs.js
===================================================================
--- a/defaults/prefs.js
+++ b/defaults/prefs.js
@@ -3,7 +3,9 @@
pref("extensions.url-fixer.domainOptInAsk", false);
pref("extensions.url-fixer.domainOptIn", false);
pref("extensions.url-fixer.counter", 0);
+pref("extensions.url-fixer.corrections_count", 0);
pref("extensions.url-fixer.custom_replace", {});
+pref("extensions.url-fixer.whitelist", {});
pref("extensions.url-fixer.lastRuleUpdate", 0);
« no previous file with comments | « chrome/skin/typedItOptIn.css ('k') | lib/appIntegration.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld