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

Unified Diff: firstRun.js

Issue 29338201: Issue 3719 - Adapt for changes in the initilization code on Chrome/Safari (Closed)
Patch Set: Created March 14, 2016, 11:55 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
« no previous file with comments | « firstRun.html ('k') | locale/en-US/firstRun.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: firstRun.js
===================================================================
--- a/firstRun.js
+++ b/firstRun.js
@@ -80,16 +80,6 @@
what: "issues"
}, function(issues)
{
- // Show warning if data corruption was detected
- if (issues.seenDataCorruption)
- {
- E("dataCorruptionWarning").removeAttribute("hidden");
- getDocLink("knownIssuesChrome_filterstorage", function(link)
- {
- setLinks("dataCorruptionWarning", link);
- });
- }
-
// Show warning if filterlists settings were reinitialized
if (issues.filterlistsReinitialized)
{
« no previous file with comments | « firstRun.html ('k') | locale/en-US/firstRun.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld