| Index: chrome/browser/ui/android/bluetooth_chooser_android.h
|
| diff --git a/chrome/browser/ui/android/bluetooth_chooser_android.h b/chrome/browser/ui/android/bluetooth_chooser_android.h
|
| index fc77e636cb3d9cae617fec364445a051b6764bb1..0af0b1a24b34d2ea3483758b1e808c17fecd1b3f 100644
|
| --- a/chrome/browser/ui/android/bluetooth_chooser_android.h
|
| +++ b/chrome/browser/ui/android/bluetooth_chooser_android.h
|
| @@ -37,8 +37,9 @@ class BluetoothChooserAndroid : public content::BluetoothChooser {
|
| const base::android::JavaParamRef<jstring>& device_id);
|
|
|
| // Notify bluetooth stack that the search needs to be re-issued.
|
| - void RestartSearch(JNIEnv* env,
|
| - const base::android::JavaParamRef<jobject>& obj);
|
| + void RestartSearch();
|
| + // Calls RestartSearch(). Unused JNI parameters enable calls from Java.
|
| + void RestartSearch(JNIEnv*, const base::android::JavaParamRef<jobject>&);
|
|
|
| void ShowBluetoothOverviewLink(
|
| JNIEnv* env,
|
|
|