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

Unified Diff: content/child/webcrypto/algorithm_dispatch.h

Issue 778543004: Add sanity check to generateKey to make sure usages aren't empty (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/child/webcrypto/algorithm_dispatch.h
diff --git a/content/child/webcrypto/algorithm_dispatch.h b/content/child/webcrypto/algorithm_dispatch.h
index 977b792045f9d03c93d3bd81e385cf95ce7f2e84..9bc86124176dc587740d8e3b3e13d9c152e4abdc 100644
--- a/content/child/webcrypto/algorithm_dispatch.h
+++ b/content/child/webcrypto/algorithm_dispatch.h
@@ -9,6 +9,7 @@
#include <vector>
#include "base/memory/scoped_ptr.h"
+#include "content/child/webcrypto/generate_key_result.h"
eroman 2014/12/05 19:41:55 Please move the header to the .cc file and leave t
nharper 2014/12/05 23:15:47 Done.
#include "content/common/content_export.h"
#include "third_party/WebKit/public/platform/WebCrypto.h"
@@ -18,7 +19,6 @@ namespace webcrypto {
class AlgorithmImplementation;
class CryptoData;
-class GenerateKeyResult;
class Status;
// These functions provide an entry point for synchronous webcrypto operations.
« no previous file with comments | « no previous file | content/child/webcrypto/algorithm_dispatch.cc » ('j') | content/child/webcrypto/algorithm_dispatch.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698