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

Unified Diff: chrome/browser/resources/flags.js

Issue 8898039: Show all experiments, even those that are unavailable on the current platform (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix unit tests Created 9 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
Index: chrome/browser/resources/flags.js
diff --git a/chrome/browser/resources/flags.js b/chrome/browser/resources/flags.js
index 06902915775a23d667ec44687935d1aa1906de56..4bf768fa7ccf90e0a63d3708b3b12a0bc897f87d 100644
--- a/chrome/browser/resources/flags.js
+++ b/chrome/browser/resources/flags.js
@@ -21,7 +21,12 @@ var flagsExperimentsDataFormat = {
'description': 'description',
'selected': true
}
- ]
+ ],
+ 'supported': true,
+ 'supported_platforms' : [
+ 'Mac',
+ 'Linux'
+ ],
}
],
'needsRestart': false

Powered by Google App Engine
This is Rietveld 408576698