Allow access FileSystem api in devtools.

It is required by the load/save feature of profilers.
This commit is contained in:
Cheng Zhao 2014-07-09 15:38:53 +08:00
parent 1fbeb11371
commit d5283b2337
2 changed files with 10 additions and 0 deletions

View file

@ -51,6 +51,8 @@ class BrowserClient : public content::ContentBrowserClient {
int render_view_id,
int notification_id) OVERRIDE;
virtual content::MediaObserver* GetMediaObserver() OVERRIDE;
virtual void GetAdditionalAllowedSchemesForFileSystem(
std::vector<std::string>* additional_schemes) OVERRIDE;
BrowserMainParts* browser_main_parts_;
scoped_ptr<NotificationPresenter> notification_presenter_;