Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(300)

Unified Diff: chrome/browser/ui/android/bluetooth_chooser_android.h

Issue 1745463002: bluetooth: android: register for adapter on/off events followup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge tip of tree with perja's commit. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/android/bluetooth_chooser_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | chrome/browser/ui/android/bluetooth_chooser_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698