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

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: test fix Created 7 years, 9 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 b89fffae4910aa20ab07f4694396bf3a03cab571..99d6a3009f0414af2fb08406c6af49f9cce6564c 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -496,6 +496,10 @@ class CONTENT_EXPORT ContentBrowserClient {
virtual ui::SelectFilePolicy* CreateSelectFilePolicy(
WebContents* web_contents);
+ // Returns additional allowed scheme set which can access files in
+ // FileSystem API.
+ virtual std::vector<std::string> GetAdditionalAllowedSchemesForFileSystem();
+
#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