| Index: chrome/browser/extensions/extension_accessibility_api.h
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_accessibility_api.h (revision 102290)
|
| +++ chrome/browser/extensions/extension_accessibility_api.h (working copy)
|
| @@ -25,9 +25,6 @@
|
| // Single instance of the event router.
|
| static ExtensionAccessibilityEventRouter* GetInstance();
|
|
|
| - // Safe to call multiple times.
|
| - void ObserveProfile(Profile* profile);
|
| -
|
| // Get the dict representing the last control that received an
|
| // OnControlFocus event.
|
| DictionaryValue* last_focused_control_dict() {
|
|
|