| Index: chrome/browser/media/protected_media_identifier_permission_context.cc
|
| diff --git a/chrome/browser/media/protected_media_identifier_permission_context.cc b/chrome/browser/media/protected_media_identifier_permission_context.cc
|
| index ea8bd5c0a51277743fea01003de83f1258d4f994..1dbfcc974671538b10c1665ee7965f64116b684d 100644
|
| --- a/chrome/browser/media/protected_media_identifier_permission_context.cc
|
| +++ b/chrome/browser/media/protected_media_identifier_permission_context.cc
|
| @@ -12,7 +12,6 @@
|
| #include "chrome/common/pref_names.h"
|
| #include "components/prefs/pref_service.h"
|
| #include "content/public/browser/browser_thread.h"
|
| -#include "content/public/browser/permission_type.h"
|
| #include "content/public/browser/render_frame_host.h"
|
| #include "content/public/browser/user_metrics.h"
|
| #include "content/public/browser/web_contents.h"
|
| @@ -37,7 +36,6 @@ using chromeos::attestation::PlatformVerificationDialog;
|
| ProtectedMediaIdentifierPermissionContext::
|
| ProtectedMediaIdentifierPermissionContext(Profile* profile)
|
| : PermissionContextBase(profile,
|
| - content::PermissionType::PROTECTED_MEDIA_IDENTIFIER,
|
| CONTENT_SETTINGS_TYPE_PROTECTED_MEDIA_IDENTIFIER)
|
| #if defined(OS_CHROMEOS)
|
| ,
|
|
|