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

Unified Diff: ios/chrome/app/resources/history/alert_overlay.html

Issue 2494853003: Remove some unused history resources on iOS (Closed)
Patch Set: add back URL constants Created 4 years, 1 month 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
« no previous file with comments | « ios/chrome/app/resources/history/alert_overlay.css ('k') | ios/chrome/app/resources/history/history.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/app/resources/history/alert_overlay.html
diff --git a/ios/chrome/app/resources/history/alert_overlay.html b/ios/chrome/app/resources/history/alert_overlay.html
deleted file mode 100644
index 34494d6ebf743bbd91ca1d5075f9b1c43e0b1dc1..0000000000000000000000000000000000000000
--- a/ios/chrome/app/resources/history/alert_overlay.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<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>
« no previous file with comments | « ios/chrome/app/resources/history/alert_overlay.css ('k') | ios/chrome/app/resources/history/history.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698