Index: chrome/browser/renderer_host/resource_message_filter.h |
=================================================================== |
--- chrome/browser/renderer_host/resource_message_filter.h (revision 57274) |
+++ chrome/browser/renderer_host/resource_message_filter.h (working copy) |
@@ -460,6 +460,8 @@ |
bool cloud_print_enabled_; |
+ base::TimeTicks last_plugin_refresh_time_; // Initialized to 0. |
+ |
// A callback to create a routing id for the associated renderer process. |
scoped_ptr<CallbackWithReturnValue<int>::Type> next_route_id_callback_; |