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

Unified Diff: firstRun.html

Issue 8681105: Show a warning to people having a corrupted file storage (Closed)
Patch Set: Created Oct. 30, 2012, 10:28 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 | « background.js ('k') | firstRun.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: firstRun.html
===================================================================
--- a/firstRun.html
+++ b/firstRun.html
@@ -25,16 +25,18 @@
<link href="/skin/firstRun.css" type="text/css" rel="stylesheet" />
</head>
<body>
<h1 id="title">
<div id="title-main"></div>
<div id="title-changelog"><a class="i18n_firstRun_changelog"></a></div>
</h1>
+ <p id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarning" hidden="true"></p>
+
<p class="i18n_firstRun_features_heading"></p>
<ul id="features">
<li class="i18n_firstRun_feature_betterSurfing"></li>
<li class="i18n_firstRun_feature_videoAds"></li>
<li class="i18n_firstRun_feature_acceptableAds"></li>
</ul>
<p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplanation"></p>
« no previous file with comments | « background.js ('k') | firstRun.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld