| Index: chrome/browser/ssl/ssl_manager.h
|
| ===================================================================
|
| --- chrome/browser/ssl/ssl_manager.h (revision 14874)
|
| +++ chrome/browser/ssl/ssl_manager.h (working copy)
|
| @@ -445,6 +445,11 @@
|
| const NotificationSource& source,
|
| const NotificationDetails& details);
|
|
|
| + // This entry point is called directly (instead of via the notification
|
| + // service) because we need more precise control of the order in which folks
|
| + // are notified of this event.
|
| + void DidCommitProvisionalLoad(const NotificationDetails& details);
|
| +
|
| // Called to determine if there were any processed SSL errors from request.
|
| bool ProcessedSSLErrorFromRequest() const;
|
|
|
| @@ -498,7 +503,6 @@
|
| // the type we need is in NavigationController which would create a circular
|
| // header file dependency.
|
| void DidLoadFromMemoryCache(LoadFromMemoryCacheDetails* details);
|
| - void DidCommitProvisionalLoad(const NotificationDetails& details);
|
| void DidFailProvisionalLoadWithError(ProvisionalLoadDetails* details);
|
| void DidStartResourceResponse(ResourceRequestDetails* details);
|
| void DidReceiveResourceRedirect(ResourceRedirectDetails* details);
|
|
|