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

Unified Diff: third_party/WebKit/Source/web/IndexedDBClientImpl.h

Issue 1865213006: Replace setIndexedDBClientCreateFunction madness with Supplements (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplify per review feedback Created 4 years, 8 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: third_party/WebKit/Source/web/IndexedDBClientImpl.h
diff --git a/third_party/WebKit/Source/web/IndexedDBClientImpl.h b/third_party/WebKit/Source/web/IndexedDBClientImpl.h
index 04a85883e221829449f85d5642256577055a2b69..607bc52fbc5da661c565791e2dcc73e84af0a09d 100644
--- a/third_party/WebKit/Source/web/IndexedDBClientImpl.h
+++ b/third_party/WebKit/Source/web/IndexedDBClientImpl.h
@@ -35,7 +35,6 @@ namespace blink {
class ExecutionContext;
-// TODO(haraken): Remove IndexedDBClientImpl.
// This class is used to bypass the disallowed dependency from modules/ to web/
// to call allowIndexedDB() from modules/. ChromeClient is a mechanism to bypass
// the dependency but we cannot use ChromeClient here because

Powered by Google App Engine
This is Rietveld 408576698