| Index: content/public/browser/content_browser_client.h
|
| diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
|
| index 049dcf51b6ec78128cce83bf72db5b6724d6a486..6c7f8e6fb4a602db4b5edb4926b353f918085362 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -534,9 +534,6 @@ class CONTENT_EXPORT ContentBrowserClient {
|
| // Getters for common objects.
|
| virtual net::NetLog* GetNetLog();
|
|
|
| - // Returns true if fast shutdown is possible.
|
| - virtual bool IsFastShutdownPossible();
|
| -
|
| // Called by WebContents to override the WebKit preferences that are used by
|
| // the renderer. The content layer will add its own settings, and then it's up
|
| // to the embedder to update it if it wants.
|
|
|