| Index: content/shell/renderer/test_runner/test_runner.h
|
| diff --git a/content/shell/renderer/test_runner/test_runner.h b/content/shell/renderer/test_runner/test_runner.h
|
| index 4bc8c4c48a848dc4f33e08d6558b5679471bf57c..bdde1a4591e213c04a81e9991512fe9fa88d0441 100644
|
| --- a/content/shell/renderer/test_runner/test_runner.h
|
| +++ b/content/shell/renderer/test_runner/test_runner.h
|
| @@ -535,6 +535,13 @@ class TestRunner : public WebTestRunner,
|
| const std::string& message);
|
| bool WasMockSpeechRecognitionAborted();
|
|
|
| + // Credential Manager mock functions
|
| + // TODO(mkwst): Support FederatedCredential.
|
| + void AddMockCredentialManagerResponse(const std::string& id,
|
| + const std::string& name,
|
| + const std::string& avatar,
|
| + const std::string& password);
|
| +
|
| // WebPageOverlay related functions. Permits the adding and removing of only
|
| // one opaque overlay.
|
| void AddWebPageOverlay();
|
|
|