Index: chrome/browser/extensions/lazy_background_task_queue.h |
diff --git a/chrome/browser/extensions/lazy_background_task_queue.h b/chrome/browser/extensions/lazy_background_task_queue.h |
index 70d1ac0a9c9e1790c949ed1e67cd500b3ce2c421..04f0b919e8ba868714bb68fbfd6f66002c66c757 100644 |
--- a/chrome/browser/extensions/lazy_background_task_queue.h |
+++ b/chrome/browser/extensions/lazy_background_task_queue.h |
@@ -39,7 +39,9 @@ class LazyBackgroundTaskQueue |
virtual ~LazyBackgroundTaskQueue(); |
// Returns true if the task should be added to the queue (that is, if the |
- // extension has a lazy background page that isn't ready yet). |
+ // extension has a lazy background page that isn't ready yet). If the |
+ // extension has a lazy background page that is being suspended this method |
+ // cancels that suspension. |
bool ShouldEnqueueTask(Profile* profile, const Extension* extension); |
// Adds a task to the queue for a given extension. If this is the first |