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

Unified Diff: chrome/browser/chooser_controller/chooser_controller.cc

Issue 2127203002: Change WebBluetooth chooser OK button's label to be "Pair" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@support_chrome_extension_chooser_title
Patch Set: rebase and updated code Created 4 years, 5 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
Index: chrome/browser/chooser_controller/chooser_controller.cc
diff --git a/chrome/browser/chooser_controller/chooser_controller.cc b/chrome/browser/chooser_controller/chooser_controller.cc
index dd27d086dead936086029705d4a75bb3ced7373f..6beb42b783298bec2c4a3cb351098f995a89670b 100644
--- a/chrome/browser/chooser_controller/chooser_controller.cc
+++ b/chrome/browser/chooser_controller/chooser_controller.cc
@@ -27,6 +27,10 @@ base::string16 ChooserController::GetTitle() {
GetTitlePrefix());
}
+base::string16 ChooserController::GetOkButtonLabel() const {
+ return base::string16();
+}
+
base::string16 ChooserController::GetTitlePrefix() {
if (!owning_frame_)
return base::string16();

Powered by Google App Engine
This is Rietveld 408576698