On 2014/08/13 05:50:47, benwells wrote:
> Why are you creating a new chrome/browser/file_system folder?
We used to put just api method implementations in /c/b/extensions/api, while
meat such as services in /c/b.
See:
/c/b/chromeos/extensions/file_manager vs. /c/b/chromeos/file_manager
/c/b/chromeos/extensions/file_system_provider vs.
/c/b/chromeos/file_system_provider
However if you think that it should go to /c/b/extensions/api, then I'm fine
too.
On the other hand SavedFilesService is very deep in /apps.
I'm not sure what's the best place for this service. WDYT?
benwells
2014/08/14 05:16:32
I would start in c/b/extensionns/api. We put Saved
On 2014/08/13 07:02:08, mtomasz wrote:
> On 2014/08/13 05:50:47, benwells wrote:
> > Why are you creating a new chrome/browser/file_system folder?
>
> We used to put just api method implementations in /c/b/extensions/api, while
> meat such as services in /c/b.
>
> See:
> /c/b/chromeos/extensions/file_manager vs. /c/b/chromeos/file_manager
> /c/b/chromeos/extensions/file_system_provider vs.
> /c/b/chromeos/file_system_provider
>
> However if you think that it should go to /c/b/extensions/api, then I'm fine
> too.
> On the other hand SavedFilesService is very deep in /apps.
>
> I'm not sure what's the best place for this service. WDYT?
I would start in c/b/extensionns/api. We put SavedFilesService deep in apps as
it is used by multiple APIs - the file system and also the runtime api, I think.
If this isn't needed outside of the c/b/extensions/api/file_system i'd leave it
there.
Issue 452043003: [ew] Add basic classes.
(Closed)
Created 6 years, 4 months ago by mtomasz
Modified 6 years, 3 months ago
Reviewers: tzik, benwells, kinaba, Noam Samuel, sky
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 76