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

Side by Side Diff: chrome/browser/resources/sync_setup_overlay.html

Issue 8294031: [Sync UI] Update "Disconnect your Google Account" dialog to reference Google Dashboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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
OLDNEW
1 <div id="sync-setup-overlay" class="page" hidden> 1 <div id="sync-setup-overlay" class="page" hidden>
2 <div id="sync-setup-login" hidden> 2 <div id="sync-setup-login" hidden>
3 <h1 id="promo-title" i18n-content="promoTitle" hidden></h1> 3 <h1 id="promo-title" i18n-content="promoTitle" hidden></h1>
4 <div id="sync-setup-login-content-column"> 4 <div id="sync-setup-login-content-column">
5 <h1 id="sync-setup-overlay-title" 5 <h1 id="sync-setup-overlay-title"
6 i18n-content="syncSetupOverlayTitle"> 6 i18n-content="syncSetupOverlayTitle">
7 </h1> 7 </h1>
8 <!-- top-blurb-error's reset state is handled differently from most 8 <!-- top-blurb-error's reset state is handled differently from most
9 elements. Instead of being [hidden] it is visibility:hidden so it 9 elements. Instead of being [hidden] it is visibility:hidden so it
10 still takes up space. But it is also [hidden] when we display the 10 still takes up space. But it is also [hidden] when we display the
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 <input id="choose-datatypes-ok" type="submit" 341 <input id="choose-datatypes-ok" type="submit"
342 i18n-values="value:ok"> 342 i18n-values="value:ok">
343 </div> 343 </div>
344 </div> 344 </div>
345 </form> 345 </form>
346 </div> 346 </div>
347 </div> 347 </div>
348 <div id="sync-setup-stop-syncing" hidden> 348 <div id="sync-setup-stop-syncing" hidden>
349 <h1 i18n-content="stopSyncingTitle"></h1> 349 <h1 i18n-content="stopSyncingTitle"></h1>
350 <div class="content-area"> 350 <div class="content-area">
351 <span i18n-content="stopSyncingExplanation"></span> 351 <span i18n-values=".innerHTML:stopSyncingExplanation"></span>
352 </div> 352 </div>
353 <div class="action-area button-strip"> 353 <div class="action-area button-strip">
354 <input id="stop-syncing-cancel" type="button" 354 <input id="stop-syncing-cancel" type="button"
355 i18n-values="value:cancel"> 355 i18n-values="value:cancel">
356 <input id="stop-syncing-ok" type="button" 356 <input id="stop-syncing-ok" type="button"
357 i18n-values="value:stopSyncingConfirm"> 357 i18n-values="value:stopSyncingConfirm">
358 </div> 358 </div>
359 </div> 359 </div>
360 </div> 360 </div>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/options/stop_syncing_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698