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

Side by Side Diff: chrome/browser/resources/options/instant_confirm_overlay.html

Issue 14189011: Remove instant confirmation dialog that is displayed the first time the instant checkbox is clicked. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove prefs::InstantConfirmDialogShown Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <div id="instantConfirmOverlay" class="page" hidden>
2 <div class="close-button"></div>
3 <h1 i18n-content="instantConfirmOverlay"></h1>
4 <div class="content-area">
5 <span id="instant-confirm-text" i18n-content="instantConfirmMessage"></span>
6 </div>
7 <div class="action-area">
8 <a id="instantConfirmLearnMore" target="_blank" i18n-content="learnMore"
9 i18n-values="href:instantLearnMoreLink"></a>
10 <div id="instant-action-spacer"></div>
11 <div class="button-strip">
12 <button id="instantConfirmCancel" i18n-content="cancel"
13 class="cancel-button"></button>
14 <button id="instantConfirmOk" i18n-content="ok"></button>
15 </div>
16 </div>
17 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/instant_confirm_overlay.css ('k') | chrome/browser/resources/options/options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698