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

Unified Diff: extensions/common/switches.h

Issue 547003002: Remove the --event-page-idle-time and --event-page-suspending-time switches. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 6 years, 3 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: extensions/common/switches.h
diff --git a/extensions/common/switches.h b/extensions/common/switches.h
index dadd95ffc9718c3d3da6affc401c0231bc1532cf..e9f9883d4e32fbaaf5ffefcfbf11551b114e7c26 100644
--- a/extensions/common/switches.h
+++ b/extensions/common/switches.h
@@ -22,8 +22,6 @@ extern const char kEnableExperimentalExtensionApis[];
extern const char kEnableExtensionActionRedesign[];
extern const char kEnableOverrideBookmarksUI[];
extern const char kErrorConsole[];
-extern const char kEventPageIdleTime[];
-extern const char kEventPageSuspendingTime[];
extern const char kExtensionActionRedesign[];
extern const char kExtensionProcess[];
extern const char kExtensionsOnChromeURLs[];

Powered by Google App Engine
This is Rietveld 408576698