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

Unified Diff: content/browser/shared_worker/shared_worker_service_impl.h

Issue 338353007: Implementation of shared worker code path for WebView file system permission. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master_sharedworker
Patch Set: Use scoped_refptr. Created 6 years, 6 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/browser/shared_worker/shared_worker_service_impl.h
diff --git a/content/browser/shared_worker/shared_worker_service_impl.h b/content/browser/shared_worker/shared_worker_service_impl.h
index e97c259493eb9b611f7fb2a85b68cb003c3bab1f..521f135419a60cafea56a7b6d8632f5caa725419 100644
--- a/content/browser/shared_worker/shared_worker_service_impl.h
+++ b/content/browser/shared_worker/shared_worker_service_impl.h
@@ -75,10 +75,10 @@ class CONTENT_EXPORT SharedWorkerServiceImpl
unsigned long estimated_size,
bool* result,
SharedWorkerMessageFilter* filter);
- void AllowFileSystem(int worker_route_id,
- const GURL& url,
- bool* result,
- SharedWorkerMessageFilter* filter);
+ void RequestFileSystemAccess(int worker_route_id,
jabdelmalek 2014/06/24 21:23:31 ditto keep old name
Xi Han 2014/06/25 14:50:26 Done.
+ const GURL& url,
+ IPC::Message* reply_msg,
+ SharedWorkerMessageFilter* filter);
void AllowIndexedDB(int worker_route_id,
const GURL& url,
const base::string16& name,

Powered by Google App Engine
This is Rietveld 408576698