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

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

Issue 12276012: Add reset all button to flags page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: chrome/browser/resources/flags.html
diff --git a/chrome/browser/resources/flags.html b/chrome/browser/resources/flags.html
index 560131943247e061c322bbef665a920baeb4d651..2340eb3e21a7c7c75ddabf1cc832b6fa0ea2d8b3 100644
--- a/chrome/browser/resources/flags.html
+++ b/chrome/browser/resources/flags.html
@@ -33,6 +33,10 @@
<td>
<span class="section-header-title" i18n-content="flagsTableTitle"
>TITLE</span>
+ <button id="experiment-reset-all"
+ type="button"
James Hawkins 2013/02/19 20:49:54 Note that this file at some point needs to be clea
jryans 2013/02/19 21:28:28 Yeah, I attempted to emulate what I saw elsewhere
+ i18n-content="resetAllButton"
+ >RESET ALL TO DEFAULT</button>
James Hawkins 2013/02/19 20:49:54 nit: Don't include placeholder placeholder text, e
jryans 2013/02/19 21:28:28 Okay, removed.
</td>
</tr></table>
</div>

Powered by Google App Engine
This is Rietveld 408576698