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

Unified Diff: ppapi/shared_impl/resource_var.cc

Issue 24196005: [PPAPI] ResourceVar now holds a pending renderer and browser host ID. (Closed) Base URL: http://git.chromium.org/chromium/src.git@pepper-resourcerawvardata
Patch Set: Rename set_pending_browser_host_id. Created 7 years, 3 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
« ppapi/proxy/raw_var_data.cc ('K') | « ppapi/shared_impl/resource_var.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/resource_var.cc
diff --git a/ppapi/shared_impl/resource_var.cc b/ppapi/shared_impl/resource_var.cc
index 3e34c381f70b8d61547ab83a6ce3b5043d8a6b85..1260843a28aa73100a4674c118273cf73d229342 100644
--- a/ppapi/shared_impl/resource_var.cc
+++ b/ppapi/shared_impl/resource_var.cc
@@ -9,6 +9,14 @@
namespace ppapi {
+int ResourceVar::GetPendingRendererHostId() const {
+ return 0;
+}
+
+int ResourceVar::GetPendingBrowserHostId() const {
+ return 0;
+}
+
const IPC::Message* ResourceVar::GetCreationMessage() const {
return NULL;
}
« ppapi/proxy/raw_var_data.cc ('K') | « ppapi/shared_impl/resource_var.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698