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

Unified Diff: public/platform/WebCredentialManager.h

Issue 466713002: Credential manager: Fixing missing stub declarations. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebCredentialManager.h
diff --git a/public/platform/WebCredentialManager.h b/public/platform/WebCredentialManager.h
index bbd44ec64a05163cf039ef5f803777cb1c0e5f2f..9bd239acf34f2ab8c538681b1c1c342d0102430c 100644
--- a/public/platform/WebCredentialManager.h
+++ b/public/platform/WebCredentialManager.h
@@ -19,8 +19,8 @@ public:
typedef WebCallbacks<WebCredential, WebCredentialManagerError> RequestCallbacks;
typedef WebCallbacks<void, WebCredentialManagerError> NotificationCallbacks;
- WebCredentialManager();
- virtual ~WebCredentialManager();
+ WebCredentialManager() { }
+ virtual ~WebCredentialManager() { }
// Ownership of the callback is transferred to the callee for each of the following methods.
virtual void dispatchFailedSignIn(const WebCredential&, NotificationCallbacks*) { }
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698