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

Unified Diff: chrome/browser/resources/mobile_setup.html

Issue 5072001: Improved activation logic to cover few more edge cases. Removed button that w... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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 | « chrome/browser/chromeos/dom_ui/mobile_setup_ui.cc ('k') | chrome/browser/resources/mobile_setup.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/mobile_setup.html
===================================================================
--- chrome/browser/resources/mobile_setup.html (revision 66030)
+++ chrome/browser/resources/mobile_setup.html (working copy)
@@ -109,12 +109,14 @@
<body onload="mobile.MobileSetup.loadPage();"
i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
<iframe class="hidden" id="paymentForm" frameborder="0"></iframe>
- <div id="systemStatus" class="startup hidden">
- <div><h3 id="statusHeader"></h3></div>
- <div id="errorMessage"></div>
- <canvas id="canvas" width="56" height="56"></canvas>
- <div id="splitter"></div>
- <div id="activationLogo" class="logo"></div>
+ <div id="systemStatus" class="overlay hidden">
+ <div class="startup">
+ <div><h3 id="statusHeader"></h3></div>
+ <div id="errorMessage"></div>
+ <canvas id="canvas" width="56" height="56"></canvas>
+ <div id="splitter"></div>
+ <div id="activationLogo" class="logo"></div>
+ </div>
</div>
<div id="finalMessage" class="overlay hidden">
<div class="box">
@@ -125,8 +127,5 @@
<div id="finalLogo" class="logo"></div>
</div>
</div>
- <div class="testing-only">
- <button id="cheat">Fake activation!</button>
- </div>
</body>
</html>
« no previous file with comments | « chrome/browser/chromeos/dom_ui/mobile_setup_ui.cc ('k') | chrome/browser/resources/mobile_setup.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698