| 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_;
|
| };
|
|
|
|
|