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

Unified Diff: chrome/browser/resources/history/alert_overlay.html

Issue 2830983005: Remove old webui History page on desktop and mobile (Closed)
Patch Set: axe more android stuff Created 3 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/history/alert_overlay.html
diff --git a/chrome/browser/resources/history/alert_overlay.html b/chrome/browser/resources/history/alert_overlay.html
deleted file mode 100644
index e5819238f9664a02d0133eb59b482c56e142d8e5..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/history/alert_overlay.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!-- TODO(dbeam): merge with chrome/browser/resources/alert_overlay.html -->
-<div id="alertOverlay" class="page">
- <div class="close-button"></div>
- <h1 id="alertOverlayTitle"></h1>
- <div class="content-area">
- <div id="alertOverlayMessage"></div>
- </div>
- <div class="action-area">
- <div class="button-strip">
- <button id="alertOverlayCancel" type="reset"></button>
- <button id="alertOverlayOk" class="default-button" type="submit"></button>
- </div>
- </div>
-</div>

Powered by Google App Engine
This is Rietveld 408576698