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

Unified Diff: ash/shell.h

Issue 183853010: Bluetooth: notify user of incoming pairing requests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add dependency to hopefully fix linux_chromeos build failure Created 6 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 | « ash/ash_chromeos_strings.grdp ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 02aaef3eb31603ff5796ef2bb422f584aabdb45b..6631da23ebf5c71a1777d6c3229c1031effb581b 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -118,6 +118,7 @@ class WindowSelectorController;
namespace internal {
class AcceleratorFilter;
class AppListController;
+class BluetoothNotificationController;
class CaptureController;
class DisplayChangeObserver;
class DisplayErrorObserver;
@@ -698,6 +699,8 @@ class ASH_EXPORT Shell
scoped_ptr<StickyKeysController> sticky_keys_controller_;
scoped_ptr<internal::ResolutionNotificationController>
resolution_notification_controller_;
+ scoped_ptr<internal::BluetoothNotificationController>
+ bluetooth_notification_controller_;
#if defined(USE_X11)
// Controls video output device state.
scoped_ptr<chromeos::OutputConfigurator> output_configurator_;
« no previous file with comments | « ash/ash_chromeos_strings.grdp ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698