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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2805683003: Allow for pausing background tabs on desktop via about:flags. (Closed)
Patch Set: Created 3 years, 8 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/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 664dbb8c8b7b9781dadb8e473229ed5426955423..43fe7dccca7012009b2b61f0a92d7402f8ddb856 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -654,6 +654,8 @@ const char kOriginTrialDisabledTokens[] = "origin-trial-disabled-tokens";
// Overrides the default public key for checking origin trial tokens.
const char kOriginTrialPublicKey[] = "origin-trial-public-key";
+const char kPauseBackgroundTabs[] = "pause-background-tabs";
Sami 2017/04/07 17:11:12 Please add a comment here for the automatically ge
ojan 2017/04/08 02:28:53 Not needed anymore now that I'm using base::Featur
+
// Packages an extension to a .crx installable file from a given directory.
const char kPackExtension[] = "pack-extension";

Powered by Google App Engine
This is Rietveld 408576698