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

Unified Diff: Source/testing/runner/MockConstraints.h

Issue 23444052: MediaStream API: Updating NavigatorUserMediaError (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added a test 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/modules/modules.gypi ('k') | Source/testing/runner/MockConstraints.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/testing/runner/MockConstraints.h
diff --git a/Source/testing/runner/MockConstraints.h b/Source/testing/runner/MockConstraints.h
index 27101c43c692d3dc1708fa1eb42e3bc05c55a5c2..a24b29edea69842361a22223a4adde7aea606d0f 100644
--- a/Source/testing/runner/MockConstraints.h
+++ b/Source/testing/runner/MockConstraints.h
@@ -33,13 +33,14 @@
namespace WebKit {
class WebMediaConstraints;
+class WebString;
}
namespace WebTestRunner {
class MockConstraints {
public:
- static bool verifyConstraints(const WebKit::WebMediaConstraints&);
+ static bool verifyConstraints(const WebKit::WebMediaConstraints&, WebKit::WebString* failedConstraint = 0);
};
}
« no previous file with comments | « Source/modules/modules.gypi ('k') | Source/testing/runner/MockConstraints.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698