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

Unified Diff: content/shell/shell_browser_context.cc

Issue 10909182: Make FileSystemContext respect StoragePartitions. filesystem:// urls will be properly isolated (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch unittest fix from michael Created 8 years, 3 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/shell/shell_browser_context.cc
diff --git a/content/shell/shell_browser_context.cc b/content/shell/shell_browser_context.cc
index 92d33d9c1824e1aecfc5b2ee17c1c067fab63fb6..a5ad7af980f9d3b4ba2e5d8f7d1f73d1554c604c 100644
--- a/content/shell/shell_browser_context.cc
+++ b/content/shell/shell_browser_context.cc
@@ -125,6 +125,12 @@ net::URLRequestContextGetter*
}
net::URLRequestContextGetter*
+ ShellBrowserContext::GetMediaRequestContextForStoragePartition(
+ const std::string& partition_id) {
+ return GetRequestContext();
+}
+
+net::URLRequestContextGetter*
ShellBrowserContext::GetRequestContextForStoragePartition(
const std::string& partition_id) {
return NULL;

Powered by Google App Engine
This is Rietveld 408576698