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

Side by Side Diff: chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.html

Issue 197763016: Set the name of several iframes in browser resources (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/screen_gaia_signin.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="oauth-enrollment" class="step hidden"> 1 <div id="oauth-enrollment" class="step hidden">
2 <div id="oauth-enroll-container" class="step-contents"> 2 <div id="oauth-enroll-container" class="step-contents">
3 <div id="oauth-enroll-step-signin"> 3 <div id="oauth-enroll-step-signin">
4 <div id="oauth-enroll-signin-frame-container"> 4 <div id="oauth-enroll-signin-frame-container">
5 <iframe id="oauth-enroll-signin-frame" src="about:blank" marginwidth="0" 5 <iframe id="oauth-enroll-signin-frame" name="oauth-enroll-signin-frame" src="about:blank" marginwidth="0"
6 marginheight="0" frameborder="0" scrolling="no"></iframe> 6 marginheight="0" frameborder="0" scrolling="no"></iframe>
7 </div> 7 </div>
8 <div id="oauth-enroll-signin-link-container"> 8 <div id="oauth-enroll-signin-link-container">
9 <a class="oauth-enroll-explain-link oauth-enroll-link" 9 <a class="oauth-enroll-explain-link oauth-enroll-link"
10 i18n-content="oauthEnrollExplainLink" hidden></a> 10 i18n-content="oauthEnrollExplainLink" hidden></a>
11 </div> 11 </div>
12 </div> 12 </div>
13 <div id="oauth-enroll-step-working" class="oauth-enroll-step-center" hidden> 13 <div id="oauth-enroll-step-working" class="oauth-enroll-step-center" hidden>
14 <div class="oauth-enroll-step-content"> 14 <div class="oauth-enroll-step-content">
15 <span class="oauth-enroll-step-icon"> 15 <span class="oauth-enroll-step-icon">
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 <span i18n-content="oauthEnrollSuccess"></span> 56 <span i18n-content="oauthEnrollSuccess"></span>
57 </span> 57 </span>
58 </div> 58 </div>
59 </div> 59 </div>
60 </div> 60 </div>
61 <div id="oauth-saml-notice-container"> 61 <div id="oauth-saml-notice-container">
62 <span id="oauth-saml-notice-message"></span> 62 <span id="oauth-saml-notice-message"></span>
63 </div> 63 </div>
64 <div id="oauth-enrollment-controls" class="step-controls"></div> 64 <div id="oauth-enrollment-controls" class="step-controls"></div>
65 </div> 65 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/screen_gaia_signin.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698