Index: chrome/browser/extensions/extension_function_dispatcher.cc |
diff --git a/chrome/browser/extensions/extension_function_dispatcher.cc b/chrome/browser/extensions/extension_function_dispatcher.cc |
index b3bdb51337a27d0c2e6f11ac3bb5f1631a965b2b..2e2935ddbd1d5f60530411dc05658f4315860276 100644 |
--- a/chrome/browser/extensions/extension_function_dispatcher.cc |
+++ b/chrome/browser/extensions/extension_function_dispatcher.cc |
@@ -233,7 +233,7 @@ void ExtensionFunctionDispatcher::Dispatch( |
// the webRequest API uses IOThreadExtensionFunction, and that API is not |
// compatible with lazy background pages. |
profile()->GetExtensionProcessManager()->IncrementLazyKeepaliveCount( |
- extension, ExtensionProcessManager::DONT_CANCEL_SUSPEND); |
+ extension); |
} |
void ExtensionFunctionDispatcher::OnExtensionFunctionCompleted( |