Index: chrome/test/base/testing_profile.h |
diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h |
index a74d91951f7312234c0474c7c60ef6be15abb24f..cc0b4bafb3b709127afe179a393816e4e5894469 100644 |
--- a/chrome/test/base/testing_profile.h |
+++ b/chrome/test/base/testing_profile.h |
@@ -284,6 +284,15 @@ class TestingProfile : public Profile { |
int render_view_id, |
int bridge_id, |
const GURL& requesting_frame) OVERRIDE; |
+ virtual void RequestProtectedMediaIdentifierPermission( |
+ int render_process_id, |
+ int render_view_id, |
+ int bridge_id, |
+ int group_id, |
+ const GURL& requesting_frame, |
+ const ProtectedMediaIdentifierPermissionCallback& callback) OVERRIDE; |
+ virtual void CancelProtectedMediaIdentifierPermissionRequests(int group_id) |
+ OVERRIDE; |
jam
2014/01/02 22:50:56
ditto
Kibeom Kim (inactive)
2014/01/02 23:26:36
Done.
|
virtual net::URLRequestContextGetter* CreateRequestContextForStoragePartition( |
const base::FilePath& partition_path, |
bool in_memory, |