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

Unified Diff: content/child/database_util.h

Issue 1832473002: WebSQL: Use url::Origin rather than database identifiers for IPC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: content/child/database_util.h
diff --git a/content/child/database_util.h b/content/child/database_util.h
index adeb3972d886ee0d446e2fead965561e8ed74101..df6e545c32c13ef55ef356e2a1e98455eceb83b7 100644
--- a/content/child/database_util.h
+++ b/content/child/database_util.h
@@ -34,7 +34,7 @@ class DatabaseUtil {
const blink::WebString& vfs_file_name,
IPC::SyncMessageFilter* sync_message_filter);
static long long DatabaseGetSpaceAvailable(
- const blink::WebString& origin_identifier,
+ const blink::WebSecurityOrigin& origin,
IPC::SyncMessageFilter* sync_message_filter);
static bool DatabaseSetFileSize(const blink::WebString& vfs_file_name,
int64_t size,

Powered by Google App Engine
This is Rietveld 408576698