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

Unified Diff: ppapi/thunk/ppb_instance_api.h

Issue 8275012: Remove RemoteAccessClientFirewallTraversal policy and code paths. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-rebase Created 9 years, 2 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 | « ppapi/thunk/interfaces_ppb_public_dev.h ('k') | ppapi/thunk/ppb_query_policy_thunk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/thunk/ppb_instance_api.h
diff --git a/ppapi/thunk/ppb_instance_api.h b/ppapi/thunk/ppb_instance_api.h
index 2cbd4da2bf881b044d5b1ad00cf4f0336ac7a7c7..e7444d065529c85661547e571a3d6216692a25b1 100644
--- a/ppapi/thunk/ppb_instance_api.h
+++ b/ppapi/thunk/ppb_instance_api.h
@@ -83,9 +83,6 @@ class PPB_Instance_FunctionAPI {
double minimum_factor,
double maximium_factor) = 0;
- // QueryPolicy.
- virtual void SubscribeToPolicyUpdates(PP_Instance instance) = 0;
-
// URLUtil.
virtual PP_Var ResolveRelativeToDocument(
PP_Instance instance,
« no previous file with comments | « ppapi/thunk/interfaces_ppb_public_dev.h ('k') | ppapi/thunk/ppb_query_policy_thunk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698