Chromium Code Reviews| Index: content/child/blink_platform_impl.cc |
| diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc |
| index 3fd72bf36828da6e99a8acaf5f2092048e7d3033..290ead5ad0d53983b2f90fc0fd72f9cbe2528b5d 100644 |
| --- a/content/child/blink_platform_impl.cc |
| +++ b/content/child/blink_platform_impl.cc |
| @@ -980,7 +980,7 @@ size_t BlinkPlatformImpl::maxDecodedImageBytes() { |
| uint32_t BlinkPlatformImpl::getUniqueIdForProcess() { |
| // TODO(rickyz): Replace this with base::GetUniqueIdForProcess when that's |
| - // ready. |
| + // ready. Keep PageNavigationThrottle::GetFrameId in sync with this. |
|
dgozman
2016/07/08 19:20:00
Not relevant anymore.
alex clarke (OOO till 29th)
2016/07/08 20:55:37
Done.
|
| return base::trace_event::TraceLog::GetInstance()->process_id(); |
| } |