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

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

Issue 1927993002: Allow dumping raw json fetched from the server. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Some fixes Created 4 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/snippets_internals.html
diff --git a/chrome/browser/resources/snippets_internals.html b/chrome/browser/resources/snippets_internals.html
index b214bf3f26e778308bd5402fd20079f6b66cbbab..cecdbb767b964979845bc29a49a137c0dc0e973e 100644
--- a/chrome/browser/resources/snippets_internals.html
+++ b/chrome/browser/resources/snippets_internals.html
@@ -67,13 +67,14 @@ found in the LICENSE file.
<div class="detail" id="snippets-empty"></div>
<div class="forms">
<input id="submit-clear" type="submit" value="Clear the list">
- <input id="submit-dump" type="submit" value="Dump the list to downloads">
+ <input id="submit-dump" type="submit" value="Dump the list">
</div>
<div class="forms">
<input id="submit-download" type="submit" value="Add snippets">
from hosts <span id="hosts-help" class="detail"></span>:
<textarea id="hosts-input" placeholder="www.wired.com www.bbc.co.uk"
rows="5"></textarea>
+ <input id="download-dump" type="checkbox"> Dump the new snippets
<div id="hosts-status" class="detail"></div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698