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

Unified Diff: content/public/browser/content_browser_client.h

Issue 13415006: Do not refer "chrome" in content/browser/fileapi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed comments Created 7 years, 8 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/public/browser/content_browser_client.h
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
index abc583490fc2599926a171d1e8a74e0556f158ab..0b5d25c40bf65ab0348138a8bee0bebe9f6f6541 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -493,6 +493,11 @@ class CONTENT_EXPORT ContentBrowserClient {
virtual ui::SelectFilePolicy* CreateSelectFilePolicy(
WebContents* web_contents);
+ // Returns additional allowed scheme set which can access files in
+ // FileSystem API.
+ virtual void GetAdditionalAllowedSchemesForFileSystem(
+ std::vector<std::string>* additional_schemes);
+
#if defined(OS_POSIX) && !defined(OS_MACOSX)
// Populates |mappings| with all files that need to be mapped before launching
// a child process.

Powered by Google App Engine
This is Rietveld 408576698