| Index: chrome/common/chrome_notification_types.h
|
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
|
| index 2472eb5e3295bcf277f46aeda18e1ba3a3bc5838..254460e059addd89d17ee6b16251a34cb77e1e5a 100644
|
| --- a/chrome/common/chrome_notification_types.h
|
| +++ b/chrome/common/chrome_notification_types.h
|
| @@ -343,12 +343,6 @@ enum {
|
| // asynchronous initalization of a PrefService.
|
| NOTIFICATION_PREF_INITIALIZATION_COMPLETED,
|
|
|
| - // Sent when a default request context has been created, so calling
|
| - // Profile::GetDefaultRequestContext() will not return NULL. This is sent
|
| - // on the thread where Profile::GetRequestContext() is first called, which
|
| - // should be the UI thread.
|
| - NOTIFICATION_DEFAULT_REQUEST_CONTEXT_AVAILABLE,
|
| -
|
| // The state of a web resource has been changed. A resource may have been
|
| // added, removed, or altered. Source is WebResourceService, and the
|
| // details are NoDetails.
|
|
|