| Index: chrome/browser/safe_browsing/permission_reporter.cc
|
| diff --git a/chrome/browser/safe_browsing/permission_reporter.cc b/chrome/browser/safe_browsing/permission_reporter.cc
|
| index ba00b2fdd80a61e68b07177db25b2439920c962d..1adf9b7b0f51f922d810dfdf002e40105b6c11bc 100644
|
| --- a/chrome/browser/safe_browsing/permission_reporter.cc
|
| +++ b/chrome/browser/safe_browsing/permission_reporter.cc
|
| @@ -47,6 +47,8 @@ PermissionReport::PermissionType PermissionTypeForReport(
|
| return PermissionReport::BACKGROUND_SYNC;
|
| case CONTENT_SETTINGS_TYPE_PLUGINS:
|
| return PermissionReport::FLASH;
|
| + case CONTENT_SETTINGS_TYPE_SENSORS:
|
| + // TODO(riju): as of now nothing
|
| default:
|
| break;
|
| }
|
|
|