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

Unified Diff: ui/base/accelerators/accelerator.h

Issue 2761523002: Remove comparing PlatformAccelerator from operator== for Accelerator (Closed)
Patch Set: done Created 3 years, 9 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 | ui/base/accelerators/accelerator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/accelerators/accelerator.h
diff --git a/ui/base/accelerators/accelerator.h b/ui/base/accelerators/accelerator.h
index 4363198a52fc0211e4d346fba1674526b8468f9b..57956a18c6ee308e756d1a8400d591476f3dc399 100644
--- a/ui/base/accelerators/accelerator.h
+++ b/ui/base/accelerators/accelerator.h
@@ -97,6 +97,8 @@ class UI_BASE_EXPORT Accelerator {
int modifiers_;
// Stores platform specific data. May be NULL.
+ // TODO: this is only used in Mac code and should be removed from here.
+ // http://crbug.com/702823.
std::unique_ptr<PlatformAccelerator> platform_accelerator_;
};
« no previous file with comments | « no previous file | ui/base/accelerators/accelerator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698