virutal should not be used together with override

This commit is contained in:
Cheng Zhao 2016-03-08 17:51:16 +09:00
parent d49e240fd4
commit 948e7c4055
2 changed files with 3 additions and 3 deletions

View file

@ -53,6 +53,7 @@ int PermissionManager::RequestPermissions(
callback.Run(permissionStatuses);
return kNoPendingOperation;
}
void PermissionManager::CancelPermissionRequest(int request_id) {
}