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

Unified Diff: extensions/common/switches.cc

Issue 60613004: Add KeepaliveImpulse to extension process manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tapted comments addressed Created 7 years 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
« no previous file with comments | « extensions/browser/process_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/switches.cc
diff --git a/extensions/common/switches.cc b/extensions/common/switches.cc
index 82222c428d0ec92c4751e631568ff630a73ad174..5d50344671261dbb2267b9bfd8c649019a611a22 100644
--- a/extensions/common/switches.cc
+++ b/extensions/common/switches.cc
@@ -34,12 +34,12 @@ const char kEnableExperimentalExtensionApis[] =
// them in the chrome:extensions page.
const char kErrorConsole[] = "error-console";
-// The time in seconds that an extension event page can be idle before it
+// The time in milliseconds that an extension event page can be idle before it
scheib 2013/12/02 21:22:38 Done.
// is shut down.
const char kEventPageIdleTime[] = "event-page-idle-time";
-// The time in seconds that an extension event page has between being notified
-// of its impending unload and that unload happening.
+// The time in milliseconds that an extension event page has between being
+// notified of its impending unload and that unload happening.
const char kEventPageSuspendingTime[] = "event-page-unloading-time";
// Enables extensions running scripts on chrome:// URLs.
« no previous file with comments | « extensions/browser/process_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698