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

Unified Diff: html/static/js/ieFirstRun.js

Issue 5024350814076928: Issue 1103 - Migrate Simple Adblock users
Patch Set: Use registry instead of prefs for storing the Simple Adblock mark Created Aug. 7, 2015, 10:34 a.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
Index: html/static/js/ieFirstRun.js
===================================================================
--- a/html/static/js/ieFirstRun.js
+++ b/html/static/js/ieFirstRun.js
@@ -40,6 +40,10 @@
{
return Settings.IsUpdate();
}
+ result.getConversion = function()
+ {
+ return Settings.GetConversion();
+ }
scopes.prefs.Prefs.documentation_link = Settings.GetDocumentationLink();
scopes.utils.Utils.appLocale = Settings.GetAppLocale();
« no previous file with comments | « html/static/js/firstRun.js ('k') | html/templates/firstRun.html » ('j') | src/engine/Main.cpp » ('J')

Powered by Google App Engine
This is Rietveld