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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options/instant_confirm_overlay.html
diff --git a/chrome/browser/resources/options/instant_confirm_overlay.html b/chrome/browser/resources/options/instant_confirm_overlay.html
deleted file mode 100644
index 1c73e04a9e352df2ed9e3a1e19ebc27f56a90edf..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/options/instant_confirm_overlay.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<div id="instantConfirmOverlay" class="page" hidden>
- <div class="close-button"></div>
- <h1 i18n-content="instantConfirmOverlay"></h1>
- <div class="content-area">
- <span id="instant-confirm-text" i18n-content="instantConfirmMessage"></span>
- </div>
- <div class="action-area">
- <a id="instantConfirmLearnMore" target="_blank" i18n-content="learnMore"
- i18n-values="href:instantLearnMoreLink"></a>
- <div id="instant-action-spacer"></div>
- <div class="button-strip">
- <button id="instantConfirmCancel" i18n-content="cancel"
- class="cancel-button"></button>
- <button id="instantConfirmOk" i18n-content="ok"></button>
- </div>
- </div>
-</div>
« 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