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

Unified Diff: third_party/WebKit/public/platform/Platform.h

Issue 1963293002: Replacing Indexed DB Chromium IPC with Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactoring after Passing URLRequestContextGetter. Created 4 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 | « third_party/WebKit/public/platform/DEPS ('k') | third_party/WebKit/public/platform/core/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/Platform.h
diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h
index 8cd3fc13aa2cd48acb67e3a643f205f667440a0e..6fb1af63f9621ba30be347288e048cdf2c4bf578 100644
--- a/third_party/WebKit/public/platform/Platform.h
+++ b/third_party/WebKit/public/platform/Platform.h
@@ -80,7 +80,6 @@ class WebFileUtilities;
class WebFlingAnimator;
class WebGestureCurve;
class WebGraphicsContext3DProvider;
-class WebIDBFactory;
class WebImageCaptureFrameGrabber;
class WebInstalledApp;
class WebMIDIAccessor;
@@ -230,12 +229,6 @@ public:
virtual WebString convertIDNToUnicode(const WebString& host) { return host; }
- // IndexedDB ----------------------------------------------------------
-
- // Must return non-null.
- virtual WebIDBFactory* idbFactory() { return nullptr; }
-
-
// Cache Storage ----------------------------------------------------------
// The caller is responsible for deleting the returned object.
« no previous file with comments | « third_party/WebKit/public/platform/DEPS ('k') | third_party/WebKit/public/platform/core/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698