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

Issue 8002001: Initialize ExtensionAccessibilityEventRouter earlier. (Closed)

Created:
9 years, 3 months ago by dmazzoni
Modified:
9 years, 3 months ago
CC:
chromium-reviews, hashimoto+watch_chromium.org, aboxhall+watch_chromium.org, Erik does not do reviews, yoshiki+watch_chromium.org, mihaip+watch_chromium.org, yuzo+watch_chromium.org, davidbarr+watch_chromium.org, Aaron Boodman, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, ctguil+watch_chromium.org, zork+watch_chromium.org
Visibility:
Public.

Description

Initialize ExtensionAccessibilityEventRouter earlier. On Chrome OS it needs to be initialized during the OOBE, and on other platforms there's no harm in allowing it to initialize itself in its constructor rather than waiting until a profile is loaded. BUG=97614 TEST=manual testing Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=102422

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -36 lines) Patch
M chrome/browser/extensions/extension_accessibility_api.h View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extension_accessibility_api.cc View 1 chunk +26 lines, -32 lines 0 comments Download
M chrome/browser/extensions/extension_service.cc View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
dmazzoni
9 years, 3 months ago (2011-09-22 19:43:31 UTC) #1
Yoyo Zhou
LGTM The C++ style guide advises against doing work in constructors, but this is definitely ...
9 years, 3 months ago (2011-09-22 20:24:25 UTC) #2
dmazzoni
On Thu, Sep 22, 2011 at 1:24 PM, <yoz@chromium.org> wrote: > The C++ style guide ...
9 years, 3 months ago (2011-09-22 20:27:28 UTC) #3
Yoyo Zhou
On 2011/09/22 20:27:28, Dominic Mazzoni wrote: > On Thu, Sep 22, 2011 at 1:24 PM, ...
9 years, 3 months ago (2011-09-22 20:29:14 UTC) #4
commit-bot: I haz the power
CQ is trying tha patch. Follow status at https://chromium-status.appspot.com/cq/dmazzoni@chromium.org/8002001/1
9 years, 3 months ago (2011-09-22 23:23:49 UTC) #5
commit-bot: I haz the power
9 years, 3 months ago (2011-09-23 01:54:15 UTC) #6
Change committed as 102422

Powered by Google App Engine
This is Rietveld 408576698