DescriptionRemove the include dependency of the chrome_notification_types.h header from content.
The dependency was in the ResourceDispatcherHostBrowserTest code which subscribed to
the chrome::NOTIFICATION_BROWSER_WINDOW_READY event fired by Chrome.
To remove this dependency these tests now subscribe to the notification content::NOTIFICATION_TAB_ADDED
which is fired after the above notification.
Fixes bug http://crbug.com/88871
BUG=88871
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96975
Patch Set 1 #
Total comments: 1
Messages
Total messages: 2 (0 generated)
|