| 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.
|
| return base::trace_event::TraceLog::GetInstance()->process_id();
|
| }
|
|
|
|
|