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

Unified Diff: chrome/browser/resources/snippets_internals.html

Issue 2167063003: Rename discard to dismiss for NTP snippets and content suggestions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bridgeumbiegen
Patch Set: Fix unit test Created 4 years, 5 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
« no previous file with comments | « chrome/browser/android/ntp/ntp_snippets_bridge.cc ('k') | chrome/browser/resources/snippets_internals.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/snippets_internals.html
diff --git a/chrome/browser/resources/snippets_internals.html b/chrome/browser/resources/snippets_internals.html
index a05431283c81e9f90a6e08f13cde5dc0f5773c83..b8bb937f577f75b5ac807513ad9ad6244b7e3ee1 100644
--- a/chrome/browser/resources/snippets_internals.html
+++ b/chrome/browser/resources/snippets_internals.html
@@ -106,12 +106,12 @@ found in the LICENSE file.
</div>
</div>
- <div id="discarded-snippets">
- <h2>Discarded snippets <span class="detail">(click for details)</span></h2>
+ <div id="dismissed-snippets">
+ <h2>Dismissed snippets <span class="detail">(click for details)</span></h2>
<table class="section-details">
<tr jsselect="list" style="display:none">
<td class="title-link">
- <span class="discarded-snippet-title" jsvalues="hidden-id:id">
+ <span class="dismissed-snippet-title" jsvalues="hidden-id:id">
<span jscontent="title"></span> &gt;&gt;</span>
<div jsvalues="id:id" class="snippet-detail hidden">
<table>
@@ -140,9 +140,9 @@ found in the LICENSE file.
</table>
</div>
</table>
- <div class="detail" id="discarded-snippets-empty"></div>
+ <div class="detail" id="dismissed-snippets-empty"></div>
<div class="forms">
- <input id="discarded-snippets-clear" type="submit" value="Clear list">
+ <input id="dismissed-snippets-clear" type="submit" value="Clear list">
</div>
</div>
@@ -205,8 +205,8 @@ found in the LICENSE file.
<div class="forms">
<input id="submit-clear-cached-suggestions" type="submit"
value="Clear cached suggestions">
- <input id="submit-clear-discarded-suggestions" type="submit"
- value="Clear discarded suggestions">
+ <input id="submit-clear-dismissed-suggestions" type="submit"
+ value="Clear dismissed suggestions">
</div>
</div>
</div>
« no previous file with comments | « chrome/browser/android/ntp/ntp_snippets_bridge.cc ('k') | chrome/browser/resources/snippets_internals.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698