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

Unified Diff: chrome/browser/media/protected_media_identifier_permission_context.h

Issue 1024563005: media: Remove kRAConsentGranted pref. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase only Created 5 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/media/protected_media_identifier_permission_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/protected_media_identifier_permission_context.h
diff --git a/chrome/browser/media/protected_media_identifier_permission_context.h b/chrome/browser/media/protected_media_identifier_permission_context.h
index d5b2139cc8a30853378360617ae26da0d7604bfc..1c438ec05f0bf604bce8dfd4e99bff90cc31cc29 100644
--- a/chrome/browser/media/protected_media_identifier_permission_context.h
+++ b/chrome/browser/media/protected_media_identifier_permission_context.h
@@ -38,10 +38,6 @@ class ProtectedMediaIdentifierPermissionContext
public:
explicit ProtectedMediaIdentifierPermissionContext(Profile* profile);
-#if defined(OS_CHROMEOS)
- static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* prefs);
-#endif
-
// In addition to the base class flow checks that it is only code from
// valid iframes. It also adds special logic when called through an extension.
void RequestPermission(content::WebContents* web_contents,
« no previous file with comments | « no previous file | chrome/browser/media/protected_media_identifier_permission_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698