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

Unified Diff: chrome/browser/resources/options/instant_confirm_overlay.html

Issue 9814030: get rid of old options pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes Created 8 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 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 1e724ef72092441e5fafc90c64808107104549df..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/options/instant_confirm_overlay.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<div id="instantConfirmOverlay" class="page" hidden>
- <h1 i18n-content="instantConfirmTitle"></h1>
- <!-- The text has line breaks, so we must use a pre. -->
- <div class="content-area">
- <pre id="instantConfirmText" i18n-content="instantConfirmMessage"></pre>
- <a id="instantConfirmLearnMore" target="_blank" i18n-content="learnMore"
- i18n-values="href:instantLearnMoreLink"></a>
- </div>
- <div class="action-area">
- <div class="button-strip">
- <button id="instantConfirmCancel" i18n-content="cancel"
- class="cancel-button"></button>
- <button id="instantConfirmOk" i18n-content="ok"></button>
- </div>
- </div>
-</div>

Powered by Google App Engine
This is Rietveld 408576698