Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(394)

Unified Diff: content/child/blink_platform_impl.cc

Issue 2132673002: Adding Navigation Throttles to DevTools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed frameID Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}

Powered by Google App Engine
This is Rietveld 408576698