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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.html

Issue 261643003: Make links on enrollment screen focusable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.html
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.html b/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.html
index 3d070fa0f50dd48832bff15ce237f2a55faad7fb..1bf1c5bb9c28f04e1ee41171ad65ba9515d0418a 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.html
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.html
@@ -10,9 +10,9 @@
<div id="oauth-enroll-re-enrollment-text"></div>
<div i18n-content="oauthEnrollDescription"></div>
<div><a id="oauth-enroll-learn-more-link" class="oauth-enroll-link"
- i18n-content="oauthEnrollExplainLink"></a></div>
+ href="#" i18n-content="oauthEnrollExplainLink"></a></div>
<div><a class="oauth-enroll-explain-link oauth-enroll-link"
- i18n-content="oauthEnrollExplainLink"></a></div>
+ href="#" i18n-content="oauthEnrollExplainLink"></a></div>
</div>
</div>
<div id="oauth-enroll-step-working">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698