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

Unified Diff: public/testing/WebTestInterfaces.h

Issue 24467004: [webcrypto] Remove MockWebCrypto. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 3 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
« no previous file with comments | « public/platform/WebCrypto.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/testing/WebTestInterfaces.h
diff --git a/public/testing/WebTestInterfaces.h b/public/testing/WebTestInterfaces.h
index 78227d8fdbaef061842423188d7cd985a508508d..8949a75c6b653a09589387e1d5d73ea148f12ec0 100644
--- a/public/testing/WebTestInterfaces.h
+++ b/public/testing/WebTestInterfaces.h
@@ -36,7 +36,6 @@
namespace WebKit {
class WebAudioDevice;
-class WebCrypto;
class WebFrame;
class WebMediaStreamCenter;
class WebMediaStreamCenterClient;
@@ -78,8 +77,6 @@ public:
WebKit::WebAudioDevice* createAudioDevice(double sampleRate);
- WebKit::WebCrypto* crypto();
-
#if WEBTESTRUNNER_IMPLEMENTATION
TestInterfaces* testInterfaces();
#endif
« no previous file with comments | « public/platform/WebCrypto.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698