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

Unified Diff: chrome/browser/resources/options2/spelling_confirm_overlay.html

Issue 10809005: Options: Rename chrome/browser/resources/options2 -> chrome/browser/resources/options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix. Created 8 years, 4 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/options2/spelling_confirm_overlay.html
diff --git a/chrome/browser/resources/options2/spelling_confirm_overlay.html b/chrome/browser/resources/options2/spelling_confirm_overlay.html
deleted file mode 100644
index d58ce101a1ba072081244d21fc4d0a18848e5ba0..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/options2/spelling_confirm_overlay.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<div id="spelling-confirm-overlay" class="page" hidden>
- <div class="close-button"></div>
- <h1 i18n-content="spellingConfirmTitle"></h1>
- <div class="content-area">
- <span id="spelling-confirm-text" i18n-content="spellingConfirmMessage">
- </span>
- <a id="spelling-confirm-learn-more" target="_blank" i18n-content="learnMore"
- i18n-values="href:privacyLearnMoreURL"></a>
- </div>
- <div class="action-area">
- <div class="button-strip">
- <button id="spelling-confirm-cancel" i18n-content="spellingConfirmDisable"
- class="cancel-button"></button>
- <button id="spelling-confirm-ok" i18n-content="spellingConfirmEnable">
- </button>
- </div>
- </div>
-</div>

Powered by Google App Engine
This is Rietveld 408576698