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

Unified Diff: Source/testing/runner/WebTestInterfaces.cpp

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 | « Source/testing/runner/MockWebCrypto.cpp ('k') | Source/testing/runner/runner.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/testing/runner/WebTestInterfaces.cpp
diff --git a/Source/testing/runner/WebTestInterfaces.cpp b/Source/testing/runner/WebTestInterfaces.cpp
index 112e75b3fdd6402b3a3b0262b55f83ca5bc1c4c7..fc9c4d2afd111d27d172c32464298ccfe24bfe1c 100644
--- a/Source/testing/runner/WebTestInterfaces.cpp
+++ b/Source/testing/runner/WebTestInterfaces.cpp
@@ -31,7 +31,6 @@
#include "public/testing/WebTestInterfaces.h"
#include "MockWebAudioDevice.h"
-#include "MockWebCrypto.h"
#include "MockWebMIDIAccessor.h"
#include "MockWebMediaStreamCenter.h"
#include "MockWebRTCPeerConnectionHandler.h"
@@ -116,9 +115,4 @@ WebAudioDevice* WebTestInterfaces::createAudioDevice(double sampleRate)
return new MockWebAudioDevice(sampleRate);
}
-WebCrypto* WebTestInterfaces::crypto()
-{
- return MockWebCrypto::get();
-}
-
}
« no previous file with comments | « Source/testing/runner/MockWebCrypto.cpp ('k') | Source/testing/runner/runner.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698