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

Unified Diff: chrome/browser/resources/offline_pages/offline_internals.html

Issue 2342603004: [Offline pages] Clean up unnecessary DeleteAll calls in offline internals (Closed)
Patch Set: update button text Created 4 years, 3 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/offline_pages/offline_internals.html
diff --git a/chrome/browser/resources/offline_pages/offline_internals.html b/chrome/browser/resources/offline_pages/offline_internals.html
index 6ba2f41a27cdd99fcb39d4f860f7124e53fdc9aa..31eee68b480ebc734c6d6ac3a4c49fe0dd31fd5e 100644
--- a/chrome/browser/resources/offline_pages/offline_internals.html
+++ b/chrome/browser/resources/offline_pages/offline_internals.html
@@ -40,8 +40,8 @@
<h2>Stored Pages</h2>
<div>
- <button id="clear-all">Clear all</button>
- <button id="clear-selected">Clear selected</button>
+ <button id="delete-all-pages">Delete all</button>
+ <button id="delete-selected-pages">Delete selected</button>
</div>
<table class="stored-pages-table">
<thead>

Powered by Google App Engine
This is Rietveld 408576698