| Index: chrome/common/notification_type.h
|
| diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
|
| index 2e29b894d0716861c6d1b3d41a4ffc3b59dae899..2b8219c8542c496ec79545fb760eb7a89dff37fd 100644
|
| --- a/chrome/common/notification_type.h
|
| +++ b/chrome/common/notification_type.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -807,8 +807,9 @@ class NotificationType {
|
|
|
| // Shutdown ----------------------------------------------------------------
|
|
|
| - // Sent on the browser IO thread when an URLRequestContext is released by
|
| - // its owning Profile. The source is a pointer to the URLRequestContext.
|
| + // Sent on the browser IO thread when an net::URLRequestContext is released
|
| + // by its owning Profile. The source is a pointer to the
|
| + // net::URLRequestContext.
|
| URL_REQUEST_CONTEXT_RELEASED,
|
|
|
| // Sent when WM_ENDSESSION has been received, after the browsers have been
|
|
|