| Index: chrome/browser/chrome_content_browser_client.cc
|
| diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
|
| index 1ef0931d53e4bc46f4d83718c41c60bd3362fc57..e1358873a5259d609c310974225a6475060e0ad0 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -2291,10 +2291,6 @@ net::NetLog* ChromeContentBrowserClient::GetNetLog() {
|
| return g_browser_process->net_log();
|
| }
|
|
|
| -bool ChromeContentBrowserClient::IsFastShutdownPossible() {
|
| - return true;
|
| -}
|
| -
|
| void ChromeContentBrowserClient::OverrideWebkitPrefs(
|
| RenderViewHost* rvh, WebPreferences* web_prefs) {
|
| Profile* profile = Profile::FromBrowserContext(
|
|
|