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

Unified Diff: content/browser/loader/resource_scheduler_unittest.cc

Issue 143003031: Allow retrieval of media device ID salt even after ResourceContext has gone away. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add TODO about proper fix. Created 6 years, 10 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/browser/loader/resource_scheduler_unittest.cc
diff --git a/content/browser/loader/resource_scheduler_unittest.cc b/content/browser/loader/resource_scheduler_unittest.cc
index ea1eee17edf49fe31cfef1e12f9195432c46ffad..85aa77700c971b5355e2b636352f6b23d4c7ac12 100644
--- a/content/browser/loader/resource_scheduler_unittest.cc
+++ b/content/browser/loader/resource_scheduler_unittest.cc
@@ -92,7 +92,6 @@ class FakeResourceContext : public ResourceContext {
virtual net::URLRequestContext* GetRequestContext() OVERRIDE { return NULL; }
virtual bool AllowMicAccess(const GURL& origin) OVERRIDE { return false; }
virtual bool AllowCameraAccess(const GURL& origin) OVERRIDE { return false; }
- virtual std::string GetMediaDeviceIDSalt() OVERRIDE { return std::string(); }
};
class FakeResourceMessageFilter : public ResourceMessageFilter {
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | content/browser/renderer_host/media/device_request_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698