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

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

Issue 2260783002: Make GetDismissedSuggestionsForDebugging asynchronous (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Replace function pointer, use multiple if-continue Created 4 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
« no previous file with comments | « no previous file | 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 f1219b4fad0101c6ac740601b83227f2fc029e58..eb7102748a2c1fa27782be875fd08a9aeffd27fd 100644
--- a/chrome/browser/resources/snippets_internals.html
+++ b/chrome/browser/resources/snippets_internals.html
@@ -94,8 +94,8 @@ found in the LICENSE file.
<input jsvalues="category-id:categoryId" type="submit"
class="submit-clear-cached-suggestions"
value="Clear cached suggestions">
- <input jsvalues="hidden-id:dismissedContainerId" type="submit"
- class="hidden-toggler"
+ <input jsvalues="category-id:categoryId" type="submit"
+ class="toggle-dismissed-suggestions"
value="Show dismissed suggestions">
<input jsvalues="category-id:categoryId" type="submit"
class="submit-clear-dismissed-suggestions"
« no previous file with comments | « no previous file | chrome/browser/resources/snippets_internals.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698