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

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

Issue 12377095: Add "clear" to about://instant. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 7 years, 10 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/instant/instant_controller.cc ('k') | chrome/browser/resources/instant/instant.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/instant/instant.html
diff --git a/chrome/browser/resources/instant/instant.html b/chrome/browser/resources/instant/instant.html
index 807b906128fe7c335bcd551e4a720e7bde29638d..5187db7e08881ab71d9c62a9a3270f3e4262fcfc 100644
--- a/chrome/browser/resources/instant/instant.html
+++ b/chrome/browser/resources/instant/instant.html
@@ -16,12 +16,12 @@ found in the LICENSE file.
<hr>
<div id="instant-form"></div>
<div class="buttons-pane">
- <button id="reset-button">Reset</button>
<button id="save-button">Save</button>
</div>
<hr/>
<div>
<h2>Instant Event Log</h2>
+ <button id="clear-button">Clear</button><br><br>
<div id="instant-debug-info"></div>
</div>
</body>
« no previous file with comments | « chrome/browser/instant/instant_controller.cc ('k') | chrome/browser/resources/instant/instant.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698