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

Unified Diff: ash/accelerators/accelerator_controller_delegate_aura.h

Issue 2811643003: chromeos: Cleanup comments and DEPS in //ash (Closed)
Patch Set: comments Created 3 years, 8 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/README.md ('k') | ash/mus/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accelerators/accelerator_controller_delegate_aura.h
diff --git a/ash/accelerators/accelerator_controller_delegate_aura.h b/ash/accelerators/accelerator_controller_delegate_aura.h
index ea19b01d604aee8338b9fc9b210eed81e5755a90..8c2ecce88ae9fc7cdf0cb643632347c016dcce03 100644
--- a/ash/accelerators/accelerator_controller_delegate_aura.h
+++ b/ash/accelerators/accelerator_controller_delegate_aura.h
@@ -14,9 +14,10 @@ namespace ash {
class ScreenshotDelegate;
-// Contains all the accelerators that have dependencies on portions of ash
-// not yet converted to ash/common. When adding a new accelerator that only
-// depends on ash/common code, add it to accelerator_controller.cc instead.
+// Support for accelerators that only work in classic ash and not in mash,
+// for example accelerators related to display management. These sorts of
+// accelerators should be rare. Most new accelerators should be added to
+// accelerator_controller.cc instead.
class ASH_EXPORT AcceleratorControllerDelegateAura
: public AcceleratorControllerDelegate {
public:
« no previous file with comments | « ash/README.md ('k') | ash/mus/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698