| Index: chrome/browser/accessibility_events.cc
|
| diff --git a/chrome/browser/accessibility_events.cc b/chrome/browser/accessibility_events.cc
|
| index a86f35425e9e9caba52ee3b98464b1b609761822..cbb108df4685816973c0f16f5c560e73ebf92717 100644
|
| --- a/chrome/browser/accessibility_events.cc
|
| +++ b/chrome/browser/accessibility_events.cc
|
| @@ -213,6 +213,13 @@ void AccessibilityVolumeInfo::SerializeToDict(DictionaryValue *dict) const {
|
| dict->SetBoolean(keys::kIsVolumeMutedKey, is_muted_);
|
| }
|
|
|
| +AccessibilityEmptyEventInfo::AccessibilityEmptyEventInfo(Profile* profile)
|
| + : AccessibilityEventInfo(profile) {
|
| +}
|
| +
|
| +void AccessibilityEmptyEventInfo::SerializeToDict(DictionaryValue *dict) const {
|
| +}
|
| +
|
| AccessibilityMenuInfo::AccessibilityMenuInfo(Profile* profile,
|
| const std::string& menu_name)
|
| : AccessibilityControlInfo(profile, menu_name) {
|
|
|