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

Unified Diff: Source/modules/filesystem/FileSystemClient.h

Issue 324483002: Move LocalFileSystem to hang off LocalFrame instead of Page. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase 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
« no previous file with comments | « no previous file | Source/modules/filesystem/InspectorFileSystemAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/filesystem/FileSystemClient.h
diff --git a/Source/modules/filesystem/FileSystemClient.h b/Source/modules/filesystem/FileSystemClient.h
index 93cb4d01b9e4fc79906379590077d295a863641d..f47893b37a4982c9dced9f19acd83657d2a369bf 100644
--- a/Source/modules/filesystem/FileSystemClient.h
+++ b/Source/modules/filesystem/FileSystemClient.h
@@ -37,8 +37,8 @@
namespace WebCore {
-class Page;
class ExecutionContext;
+class LocalFrame;
class PermissionCallbacks;
class WorkerClients;
@@ -52,7 +52,7 @@ public:
virtual void requestFileSystemAccessAsync(ExecutionContext*, PassOwnPtr<WebCore::PermissionCallbacks>) = 0;
};
-void provideLocalFileSystemTo(Page&, PassOwnPtr<FileSystemClient>);
+void provideLocalFileSystemTo(LocalFrame&, PassOwnPtr<FileSystemClient>);
void provideLocalFileSystemToWorker(WorkerClients*, PassOwnPtr<FileSystemClient>);
« no previous file with comments | « no previous file | Source/modules/filesystem/InspectorFileSystemAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698