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

Unified Diff: dart/site/try/src/settings.dart

Issue 539443002: Hide Dart Mind setting (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/site/try/src/settings.dart
diff --git a/dart/site/try/src/settings.dart b/dart/site/try/src/settings.dart
index b78aa53924f42a1b1e09c0022fa29ef3a4015a9b..a87a2051c64a9a8b48d787ef20b4da562bdf061e 100644
--- a/dart/site/try/src/settings.dart
+++ b/dart/site/try/src/settings.dart
@@ -43,7 +43,7 @@ void set onlyAnalyze(bool b) {
}
const BooleanUserOption _enableDartMind =
- const BooleanUserOption('enableDartMind');
+ const BooleanUserOption('enableDartMind', isHidden: true);
bool get enableDartMind => _enableDartMind.value;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698