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

Unified Diff: content/child/blink_platform_impl.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
« no previous file with comments | « no previous file | content/child/blink_platform_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/blink_platform_impl.h
diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
index aa821d005a4ea638553a6ef9f972a10503a00459..9e2886a749ab913658b79147ff17189269cedba5 100644
--- a/content/child/blink_platform_impl.h
+++ b/content/child/blink_platform_impl.h
@@ -72,7 +72,7 @@ class CONTENT_EXPORT BlinkPlatformImpl
const blink::WebString& vfs_file_name) override;
long long databaseGetFileSize(const blink::WebString& vfs_file_name) override;
long long databaseGetSpaceAvailableForOrigin(
- const blink::WebString& origin_identifier) override;
+ const blink::WebSecurityOrigin& origin) override;
bool databaseSetFileSize(const blink::WebString& vfs_file_name,
long long size) override;
blink::WebString signedPublicKeyAndChallengeString(
« no previous file with comments | « no previous file | content/child/blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698