| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
content::BluetoothChooserEvent event_type,nit: also rename to event
String deviceId);Do we want this to be @JniType("std::string") too?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
| Owners-Override | +1 |
nit: also rename to event
Done
Do we want this to be @JniType("std::string") too?
I at first thought no, since the param is not used depending on the type, but then figured it's small anyways, so did in the follow-up.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
6 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: components/permissions/android/bluetooth_chooser_android.h
Insertions: 1, Deletions: 1.
@@ -55,7 +55,7 @@
// Report the dialog's result.
void OnDialogFinished(JNIEnv* env,
- content::BluetoothChooserEvent event_type,
+ content::BluetoothChooserEvent event,
const base::android::JavaRef<jstring>& device_id);
// Notify bluetooth stack that the search needs to be re-issued.
```
Add @JniType to a batch of files in //components (#2)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |