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

Unified Diff: ash/accelerators/accelerator_controller.h

Issue 10383108: Adding four bezel gestures (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Addressed comments Created 8 years, 7 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: ash/accelerators/accelerator_controller.h
diff --git a/ash/accelerators/accelerator_controller.h b/ash/accelerators/accelerator_controller.h
index 1c8193d443f7c32995498f1506e2833ca6c035d6..df474275684fa797136c3b5ad5fbe315a9e0b03a 100644
--- a/ash/accelerators/accelerator_controller.h
+++ b/ash/accelerators/accelerator_controller.h
@@ -77,6 +77,10 @@ class ASH_EXPORT AcceleratorController : public ui::AcceleratorTarget {
return brightness_control_delegate_.get();
}
+ VolumeControlDelegate* volume_control_delegate() const {
+ return volume_control_delegate_.get();
+ }
+
private:
// Initializes the accelerators this class handles as a target.
void Init();

Powered by Google App Engine
This is Rietveld 408576698