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

Unified Diff: content/browser/worker_host/worker_process_host.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: Initial patch 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/worker_host/worker_process_host.h
diff --git a/content/browser/worker_host/worker_process_host.h b/content/browser/worker_host/worker_process_host.h
index 150153139fe49a57ec3ba666ee7ba0c167c57052..aebf256db735e19781890b71197d1368468d42ee 100644
--- a/content/browser/worker_host/worker_process_host.h
+++ b/content/browser/worker_host/worker_process_host.h
@@ -226,7 +226,9 @@ class WorkerProcessHost : public BrowserChildProcessHostDelegate,
bool* result);
void OnRequestFileSystemAccessSync(int worker_route_id,
const GURL& url,
- bool* result);
+ IPC::Message* reply_msg);
+ void OnRequestFileSystemAccessSyncResponse(IPC::Message* reply_msg,
+ bool allowed);
void OnAllowIndexedDB(int worker_route_id,
const GURL& url,
const base::string16& name,

Powered by Google App Engine
This is Rietveld 408576698