Index: content/public/browser/resource_context.h |
diff --git a/content/public/browser/resource_context.h b/content/public/browser/resource_context.h |
index 1f3f81c2449c3f86732d74766ebfa9a5571bfa3c..c5d8605a7c852e52cee07f1258b85297344c945f 100644 |
--- a/content/public/browser/resource_context.h |
+++ b/content/public/browser/resource_context.h |
@@ -54,7 +54,7 @@ class CONTENT_EXPORT ResourceContext : public base::SupportsUserData { |
uint32 key_size_in_bits, |
const std::string& challenge_string, |
const GURL& url, |
- const base::Callback<void(scoped_ptr<net::KeygenHandler>)>& callback); |
+ const base::Callback<void(scoped_ptr<net::KeygenHandler>)>& callback) = 0; |
// Returns true if microphone access is allowed for |origin|. Used to |
// determine what level of authorization is given to |origin| to access |