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

Unified Diff: third_party/WebKit/Source/modules/webdatabase/DatabaseTracker.h

Issue 1779413002: Remove Blink's DatabaseIdentifier implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unneeded include Created 4 years, 9 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/modules/webdatabase/DatabaseTracker.h
diff --git a/third_party/WebKit/Source/modules/webdatabase/DatabaseTracker.h b/third_party/WebKit/Source/modules/webdatabase/DatabaseTracker.h
index 6e6f8d7ef993aed339de3fddc28cccfe27b91d97..9b6059eede6a8d8f4f4cd51cbe28d22c36f63d2d 100644
--- a/third_party/WebKit/Source/modules/webdatabase/DatabaseTracker.h
+++ b/third_party/WebKit/Source/modules/webdatabase/DatabaseTracker.h
@@ -63,7 +63,7 @@ public:
unsigned long long getMaxSizeForDatabase(const Database*);
- void closeDatabasesImmediately(const String& originIdentifier, const String& name);
+ void closeDatabasesImmediately(SecurityOrigin*, const String& name);
void prepareToOpenDatabase(Database*);
void failedToOpenDatabase(Database*);

Powered by Google App Engine
This is Rietveld 408576698