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

Unified Diff: chrome/browser/renderer_host/pepper/pepper_platform_verification_message_filter.h

Issue 50093002: Added a timeout for platform verification key generation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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: chrome/browser/renderer_host/pepper/pepper_platform_verification_message_filter.h
diff --git a/chrome/browser/renderer_host/pepper/pepper_platform_verification_message_filter.h b/chrome/browser/renderer_host/pepper/pepper_platform_verification_message_filter.h
index a5ffe5074c38f43d4f8049cc23705b7e8f3a9fa9..90b3effa72bb2542abdd4ca7e1c1786a2b24b4b0 100644
--- a/chrome/browser/renderer_host/pepper/pepper_platform_verification_message_filter.h
+++ b/chrome/browser/renderer_host/pepper/pepper_platform_verification_message_filter.h
@@ -55,7 +55,7 @@ class PepperPlatformVerificationMessageFilter
int render_view_id_;
// Must only be accessed on the UI thread.
- scoped_ptr<chromeos::attestation::PlatformVerificationFlow> pv_;
+ scoped_refptr<chromeos::attestation::PlatformVerificationFlow> pv_;
DISALLOW_COPY_AND_ASSIGN(PepperPlatformVerificationMessageFilter);
};

Powered by Google App Engine
This is Rietveld 408576698