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

Unified Diff: public/platform/Platform.h

Issue 488993003: Credential Manager: Migrate to WebView client-based approach. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: feedback. 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 | « Source/web/WebViewImpl.cpp ('k') | public/platform/WebCredentialManager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/Platform.h
diff --git a/public/platform/Platform.h b/public/platform/Platform.h
index 6fc99347be5d7cf4470b69a2e5efeb831c9e1f65..8538892d297ab9e4ddacf128d7d9c15bdd1f19e6 100644
--- a/public/platform/Platform.h
+++ b/public/platform/Platform.h
@@ -66,7 +66,6 @@ class WebClipboard;
class WebCompositorSupport;
class WebConvertableToTraceFormat;
class WebCookieJar;
-class WebCredentialManager;
class WebCrypto;
class WebDatabaseObserver;
class WebDiscardableMemory;
@@ -171,10 +170,6 @@ public:
// Must return non-null.
virtual WebBlobRegistry* blobRegistry() { return 0; }
- // Credential Management -----------------------------------------------
-
- virtual WebCredentialManager* credentialManager() { return 0; }
-
// Database ------------------------------------------------------------
// Opens a database file; dirHandle should be 0 if the caller does not need
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | public/platform/WebCredentialManager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698