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

Unified Diff: ppapi/cpp/private/platform_verification.h

Issue 29943003: Remove CanChallengePlatform() and CheckPlatformState(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove StatisticsProvider 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/cpp/private/platform_verification.h
diff --git a/ppapi/cpp/private/platform_verification.h b/ppapi/cpp/private/platform_verification.h
index 7f0f8a197ffc66d34711dcce9333498f14f66bde..166077a828911f60356b4dec0d31644d2f85185a 100644
--- a/ppapi/cpp/private/platform_verification.h
+++ b/ppapi/cpp/private/platform_verification.h
@@ -18,8 +18,6 @@ class PlatformVerification : public Resource {
explicit PlatformVerification(const InstanceHandle& instance);
virtual ~PlatformVerification();
- int32_t CanChallengePlatform(
- const CompletionCallbackWithOutput<bool>& callback);
int32_t ChallengePlatform(const Var& service_id,
const Var& challenge,
Var* signed_data,

Powered by Google App Engine
This is Rietveld 408576698