Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: chrome/browser/extensions/extension_function_dispatcher.cc

Issue 10804020: Introduce runtime.onSuspendCanceled() event. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add comments Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698