diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-12 15:45:34 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-12 15:45:34 +0000 |
commit | 6ad0d2496fe2ac946dc54ee7b849593cc426a45b (patch) | |
tree | 3c6602f4abef0fbe4d7a745930424ab53732323a /content/public/browser | |
parent | 3455af4ec36895748b2a8f2063a2a1af805f199a (diff) | |
download | chromium_src-6ad0d2496fe2ac946dc54ee7b849593cc426a45b.zip chromium_src-6ad0d2496fe2ac946dc54ee7b849593cc426a45b.tar.gz chromium_src-6ad0d2496fe2ac946dc54ee7b849593cc426a45b.tar.bz2 |
Remove ProvisionalLoadDetails struct and notification, since WebContentsObserver provides the same notification.
BUG=98716
Review URL: https://chromiumcodereview.appspot.com/9662049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126145 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/public/browser')
-rw-r--r-- | content/public/browser/notification_types.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/content/public/browser/notification_types.h b/content/public/browser/notification_types.h index c2605046..111b47f 100644 --- a/content/public/browser/notification_types.h +++ b/content/public/browser/notification_types.h @@ -102,12 +102,6 @@ enum NotificationType { // are provided. NOTIFICATION_LOAD_FROM_MEMORY_CACHE, - // A provisional content load has failed with an error. The source will be - // a Source<NavigationController> corresponding to the tab in which the - // load occurred. Details in the form of a ProvisionalLoadDetails object - // are provided. - NOTIFICATION_FAIL_PROVISIONAL_LOAD_WITH_ERROR, - // A response has been received for a resource request. The source will be // a Source<WebContents> corresponding to the tab in which the request was // issued. Details in the form of a ResourceRequestDetails object are |