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

Unified Diff: chrome/test/base/testing_profile.cc

Issue 10836305: Ensure that isolated apps use the right cookies for media requests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix merge conflict. Created 8 years, 4 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: chrome/test/base/testing_profile.cc
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
index eabf2e3f2753ad150c64406257edcb109eb2ba7f..e7f5c44913110afd2c884b1942ea4c25bfd95d72 100644
--- a/chrome/test/base/testing_profile.cc
+++ b/chrome/test/base/testing_profile.cc
@@ -631,7 +631,13 @@ void TestingProfile::ResetRequestContext() {
request_context_ = NULL;
}
-net::URLRequestContextGetter* TestingProfile::GetRequestContextForMedia() {
+net::URLRequestContextGetter* TestingProfile::GetMediaRequestContext() {
+ return NULL;
+}
+
+net::URLRequestContextGetter*
+TestingProfile::GetMediaRequestContextForRenderProcess(
+ int renderer_child_id) {
return NULL;
}
« no previous file with comments | « chrome/test/base/testing_profile.h ('k') | chrome/test/data/extensions/isolated_apps/app1/app_subresources.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698