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

Unified Diff: content/child/blink_platform_impl.h

Issue 1186933004: Implement Platform::getUniqueIdForProcess. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add to components/html_viewer/blink_platform_impl.cc Created 5 years, 6 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
« no previous file with comments | « components/html_viewer/blink_platform_impl.cc ('k') | content/child/blink_platform_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/blink_platform_impl.h
diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
index 849eeedc77cddbcc5dd9a8139dd0a883df6652af..3c458944a2065a195a9b29b9a4f7d7b63d824c51 100644
--- a/content/child/blink_platform_impl.h
+++ b/content/child/blink_platform_impl.h
@@ -81,6 +81,7 @@ class CONTENT_EXPORT BlinkPlatformImpl
virtual blink::WebDiscardableMemory* allocateAndLockDiscardableMemory(
size_t bytes);
virtual size_t maxDecodedImageBytes();
+ virtual uint32_t getUniqueIdForProcess();
virtual blink::WebURLLoader* createURLLoader();
virtual blink::WebSocketHandle* createWebSocketHandle();
virtual blink::WebString userAgent();
« no previous file with comments | « components/html_viewer/blink_platform_impl.cc ('k') | content/child/blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698