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

Unified Diff: reference_extension/options.html

Issue 3107031: entd: Restart on token init failure (Closed) Base URL: http://src.chromium.org/git/entd.git
Patch Set: Created 10 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
« bin/fix_pkcs11_token.sh ('K') | « reference_extension/client.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: reference_extension/options.html
diff --git a/reference_extension/options.html b/reference_extension/options.html
index dfc7acce08da26f0c5f3e6d975aedede30afa165..a760955f981d64fcdb607cf523068e041a216173 100644
--- a/reference_extension/options.html
+++ b/reference_extension/options.html
@@ -243,7 +243,12 @@
</div>
<center>
- <h1>Enterprise policy options</h1>
+ <!-- This onclick handler can be useful for testing, when you want
+ -- to reload the page with the "search" portion of document.location
+ -- cleared.
+ -->
+ <h1 onclick="document.location.href = document.location.pathname"
+ >Enterprise policy options</h1>
</center>
<div class="content">
« bin/fix_pkcs11_token.sh ('K') | « reference_extension/client.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698