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

Unified Diff: webkit/glue/webpreferences.h

Issue 6532012: Set the minimum timer interval on a per-page basis, and adjust it when... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 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: webkit/glue/webpreferences.h
===================================================================
--- webkit/glue/webpreferences.h (revision 75215)
+++ webkit/glue/webpreferences.h (working copy)
@@ -77,6 +77,7 @@
bool accelerated_plugins_enabled;
bool memory_info_enabled;
bool interactive_form_validation_enabled;
+ double minimum_timer_interval;
darin (slow to review) 2011/02/17 06:42:32 I don't see this field ever being used. Since we
Ken Russell (switch to Gerrit) 2011/02/18 01:05:54 That sounds good and will address jamesr's concern
// We try to keep the default values the same as the default values in
// chrome, except for the cases where it would require lots of extra work for

Powered by Google App Engine
This is Rietveld 408576698