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

Unified Diff: chrome/browser/ui/aura/accessibility/automation_manager_aura.h

Issue 2493923002: Select-to-speak event handler (Closed)
Patch Set: Fix presubmit warning Created 4 years, 1 month 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
Index: chrome/browser/ui/aura/accessibility/automation_manager_aura.h
diff --git a/chrome/browser/ui/aura/accessibility/automation_manager_aura.h b/chrome/browser/ui/aura/accessibility/automation_manager_aura.h
index faba94aba0dc8e8b23eee7ff33092de8bfa8d501..9da79fc1d5e5d72ddf4104f5695b5eafd985614c 100644
--- a/chrome/browser/ui/aura/accessibility/automation_manager_aura.h
+++ b/chrome/browser/ui/aura/accessibility/automation_manager_aura.h
@@ -60,12 +60,13 @@ class AutomationManagerAura : public extensions::AutomationActionAdapter,
// views::AXAuraObjCache::Delegate implementation.
void OnChildWindowRemoved(views::AXAuraObjWrapper* parent) override;
- private:
- friend struct base::DefaultSingletonTraits<AutomationManagerAura>;
-
+ protected:
AutomationManagerAura();
virtual ~AutomationManagerAura();
+ private:
+ friend struct base::DefaultSingletonTraits<AutomationManagerAura>;
+
// Reset all state in this manager.
void ResetSerializer();

Powered by Google App Engine
This is Rietveld 408576698