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

Unified Diff: ppapi/thunk/ppb_platform_verification_api.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
« no previous file with comments | « ppapi/thunk/interfaces_ppb_private.h ('k') | ppapi/thunk/ppb_platform_verification_private_thunk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/thunk/ppb_platform_verification_api.h
diff --git a/ppapi/thunk/ppb_platform_verification_api.h b/ppapi/thunk/ppb_platform_verification_api.h
index fc2872b0cb348ee2ec9c597371fa5632db077dbc..3f7f188ad88358c8ef3839d86155df7581235471 100644
--- a/ppapi/thunk/ppb_platform_verification_api.h
+++ b/ppapi/thunk/ppb_platform_verification_api.h
@@ -18,9 +18,6 @@ class PPAPI_THUNK_EXPORT PPB_PlatformVerification_API {
public:
virtual ~PPB_PlatformVerification_API() {}
- virtual int32_t CanChallengePlatform(
- PP_Bool* can_challenge_platform,
- const scoped_refptr<TrackedCallback>& callback) = 0;
virtual int32_t ChallengePlatform(
const PP_Var& service_id,
const PP_Var& challenge,
« no previous file with comments | « ppapi/thunk/interfaces_ppb_private.h ('k') | ppapi/thunk/ppb_platform_verification_private_thunk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698