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

Unified Diff: ash/accelerators/accelerator_controller_delegate_aura.h

Issue 2282853002: ash: Add comment about where to add new accelerators (Closed)
Patch Set: Created 4 years, 4 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 | ash/accelerators/accelerator_controller_delegate_aura.cc » ('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 7d98ba09baf42479cf6e31210b28ed8644b8a2cf..3f683820f7d90c489a17998c583ebe5a6a480bbb 100644
--- a/ash/accelerators/accelerator_controller_delegate_aura.h
+++ b/ash/accelerators/accelerator_controller_delegate_aura.h
@@ -15,7 +15,8 @@ namespace ash {
class ScreenshotDelegate;
// Contains all the accelerators that have dependencies on portions of ash
-// not yet converted to ash/common.
+// 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.
class ASH_EXPORT AcceleratorControllerDelegateAura
: public AcceleratorControllerDelegate {
public:
« no previous file with comments | « no previous file | ash/accelerators/accelerator_controller_delegate_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698