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 835686407fa7dd4ea395f396026eb7210fe8b21a..304f076d00a20eb4334c31abbcb9aa77edc7ef7a 100644 |
--- a/chrome/browser/safe_browsing/permission_reporter.cc |
+++ b/chrome/browser/safe_browsing/permission_reporter.cc |
@@ -52,6 +52,8 @@ PermissionReport::PermissionType PermissionTypeForReport( |
return PermissionReport::BACKGROUND_SYNC; |
case PermissionType::FLASH: |
return PermissionReport::FLASH; |
+ case PermissionType::SENSORS: |
+ // TODO(riju): as of now nothing |
case PermissionType::NUM: |
break; |
} |