Index: chrome/browser/net/load_timing_observer.h |
=================================================================== |
--- chrome/browser/net/load_timing_observer.h (revision 171354) |
+++ chrome/browser/net/load_timing_observer.h (working copy) |
@@ -29,7 +29,9 @@ |
struct URLRequestRecord { |
URLRequestRecord(); |
+#if !defined(OS_IOS) |
webkit_glue::ResourceLoadTimingInfo timing; |
stuartmorgan
2012/12/10 12:56:03
I'm not familiar with this code, but it seems worr
ramant (doing other things)
2012/12/11 05:34:16
Removed this change from this CL. Will investigate
mmenke
2012/12/11 05:46:49
Don't think you need to, at least not as a prereq
ramant (doing other things)
2012/12/11 19:41:40
Because this class is going away, added back the #
|
+#endif |
uint32 connect_job_id; |
uint32 socket_log_id; |
bool socket_reused; |