| Index: content/common/inter_process_time_ticks_converter.h
|
| diff --git a/content/common/inter_process_time_ticks_converter.h b/content/common/inter_process_time_ticks_converter.h
|
| index f21ddc8eee7b03ad00ed65337223f3d460e73d94..cc5de5533509fc646e738bace78444800c3398fc 100644
|
| --- a/content/common/inter_process_time_ticks_converter.h
|
| +++ b/content/common/inter_process_time_ticks_converter.h
|
| @@ -17,8 +17,9 @@ class LocalTimeTicks;
|
| class RemoteTimeDelta;
|
| class RemoteTimeTicks;
|
|
|
| -// On Windows, TimeTicks are not consistent between processes. Often, the values
|
| -// on one process have a static offset relative to another. Occasionally, these
|
| +// On Windows, TimeTicks are not always consistent between processes as
|
| +// indicated by |TimeTicks::IsConsistentAcrossProcesses()|. Often, the values on
|
| +// one process have a static offset relative to another. Occasionally, these
|
| // offsets shift while running.
|
| //
|
| // To combat this, any TimeTicks values sent from the remote process to the
|
|
|