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

Unified Diff: components/test_runner/mock_credential_manager_client.h

Issue 1360123005: Enforce marking "override" for functions overriding Blink in components/test_runner/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: components/test_runner/mock_credential_manager_client.h
diff --git a/components/test_runner/mock_credential_manager_client.h b/components/test_runner/mock_credential_manager_client.h
index 85ae81a9278aefc4e1b9d0a944c5b0fa2fbf0c65..78c1b18781a20852d7f8cf3305488136bdbfaf98 100644
--- a/components/test_runner/mock_credential_manager_client.h
+++ b/components/test_runner/mock_credential_manager_client.h
@@ -26,13 +26,12 @@ class MockCredentialManagerClient : public blink::WebCredentialManagerClient {
void SetResponse(blink::WebCredential* credential);
// blink::WebCredentialManager:
- virtual void dispatchStore(const blink::WebCredential& credential,
- NotificationCallbacks* callbacks);
- virtual void dispatchRequireUserMediation(NotificationCallbacks* callbacks);
- virtual void dispatchGet(
- bool zero_click_only,
- const blink::WebVector<blink::WebURL>& federations,
- RequestCallbacks* callbacks);
+ void dispatchStore(const blink::WebCredential& credential,
+ NotificationCallbacks* callbacks) override;
+ void dispatchRequireUserMediation(NotificationCallbacks* callbacks) override;
+ void dispatchGet(bool zero_click_only,
+ const blink::WebVector<blink::WebURL>& federations,
+ RequestCallbacks* callbacks) override;
private:
scoped_ptr<blink::WebCredential> credential_;
« no previous file with comments | « components/test_runner/mock_color_chooser.h ('k') | components/test_runner/mock_screen_orientation_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698