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

Unified Diff: ppapi/proxy/platform_verification_private_resource.h

Issue 29943003: Remove CanChallengePlatform() and CheckPlatformState(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove 0.1 usage. Created 7 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
Index: ppapi/proxy/platform_verification_private_resource.h
diff --git a/ppapi/proxy/platform_verification_private_resource.h b/ppapi/proxy/platform_verification_private_resource.h
index ba7d3b1401438a4c417551605c7719360057742d..a12a137aacb128f5100ab070f780659437a697af 100644
--- a/ppapi/proxy/platform_verification_private_resource.h
+++ b/ppapi/proxy/platform_verification_private_resource.h
@@ -34,9 +34,6 @@ class PPAPI_PROXY_EXPORT PlatformVerificationPrivateResource
AsPPB_PlatformVerification_API() OVERRIDE;
// PPB_PlatformVerification_API implementation.
- virtual int32_t CanChallengePlatform(
- PP_Bool* can_challenge_platform,
- const scoped_refptr<TrackedCallback>& callback) OVERRIDE;
virtual int32_t ChallengePlatform(
const PP_Var& service_id,
const PP_Var& challenge,
@@ -44,12 +41,6 @@ class PPAPI_PROXY_EXPORT PlatformVerificationPrivateResource
PP_Var* signed_data_signature,
PP_Var* platform_key_certificate,
const scoped_refptr<TrackedCallback>& callback) OVERRIDE;
-
- void OnCanChallengePlatformReply(
- PP_Bool* can_challenge_platform,
- const scoped_refptr<TrackedCallback>& callback,
- const ResourceMessageReplyParams& params,
- bool can_challenge_platform_response);
void OnChallengePlatformReply(
ChallengePlatformParams output_params,
const ResourceMessageReplyParams& params,
« no previous file with comments | « ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c ('k') | ppapi/proxy/platform_verification_private_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698