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

Unified Diff: chrome/browser/chooser_controller/mock_chooser_controller.h

Issue 2344133003: Add help link when Bluetooth adapter is off for WebBluetooth chooser (Closed)
Patch Set: address more comments Created 4 years, 3 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/mock_chooser_controller.h
diff --git a/chrome/browser/chooser_controller/mock_chooser_controller.h b/chrome/browser/chooser_controller/mock_chooser_controller.h
index 5b486e3eb01db6308fb7be013d07406828762eaf..3252fd65190d093a24c4c945d032710beb7908ad 100644
--- a/chrome/browser/chooser_controller/mock_chooser_controller.h
+++ b/chrome/browser/chooser_controller/mock_chooser_controller.h
@@ -38,6 +38,7 @@ class MockChooserController : public ChooserController {
MOCK_METHOD0(Cancel, void());
MOCK_METHOD0(Close, void());
MOCK_CONST_METHOD0(OpenHelpCenterUrl, void());
+ MOCK_CONST_METHOD0(OpenAdapterOffHelpUrl, void());
void OnAdapterPresenceChanged(
content::BluetoothChooser::AdapterPresence presence);
@@ -70,7 +71,6 @@ class MockChooserController : public ChooserController {
};
std::vector<OptionInfo> options_;
- base::string16 no_options_text_;
base::string16 status_text_;
DISALLOW_COPY_AND_ASSIGN(MockChooserController);
« no previous file with comments | « chrome/browser/chooser_controller/chooser_controller.cc ('k') | chrome/browser/chooser_controller/mock_chooser_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698