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

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

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 nits 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.h
diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
index 2cf39706df03f9702a7cd53682448245a6ab12df..f822304ea1c968770fbf4624a4cda8edcb3421b7 100644
--- a/chrome/test/base/testing_profile.h
+++ b/chrome/test/base/testing_profile.h
@@ -238,7 +238,10 @@ class TestingProfile : public Profile {
// down the IO thread to avoid leaks).
void ResetRequestContext();
- virtual net::URLRequestContextGetter* GetRequestContextForMedia() OVERRIDE;
+ virtual net::URLRequestContextGetter*
+ GetDefaultRequestContextForMedia() OVERRIDE;
+ virtual net::URLRequestContextGetter* GetRequestContextForMedia(
+ int renderer_child_id) OVERRIDE;
virtual net::URLRequestContextGetter*
GetRequestContextForExtensions() OVERRIDE;
virtual net::URLRequestContextGetter* GetRequestContextForIsolatedApp(

Powered by Google App Engine
This is Rietveld 408576698