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

Unified Diff: ash/accelerators/accelerator_controller.h

Issue 132233003: Adding a menu item to take a screenshot under "More Tools" submenu in the Wrench menu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nuking some empty lines Created 6 years, 11 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/app/chrome_command_ids.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accelerators/accelerator_controller.h
diff --git a/ash/accelerators/accelerator_controller.h b/ash/accelerators/accelerator_controller.h
index 5689a419e5f6d20cf54f34a19d5ab3357618c307..ee4ddfc00c6d06b56a20543774d1d263d9131507 100644
--- a/ash/accelerators/accelerator_controller.h
+++ b/ash/accelerators/accelerator_controller.h
@@ -111,6 +111,9 @@ class ASH_EXPORT AcceleratorController : public ui::AcceleratorTarget {
BrightnessControlDelegate* brightness_control_delegate() const {
return brightness_control_delegate_.get();
}
+ ScreenshotDelegate* screenshot_delegate() {
+ return screenshot_delegate_.get();
+ }
// Provides access to an object holding contextual information.
AcceleratorControllerContext* context() {
« no previous file with comments | « no previous file | chrome/app/chrome_command_ids.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698