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

Unified Diff: content/public/browser/resource_context.h

Issue 384413004: Remove default key slot from KeygenHandler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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: 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

Powered by Google App Engine
This is Rietveld 408576698