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

Unified Diff: ash/ash_switches.cc

Issue 11361274: Add NetworkStateListDetailedView (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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: ash/ash_switches.cc
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index 63f5465d03725738c314785c06240e1c4ee4a51e..139f5918840f2fa805db460a66c33bf9c4884aae 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -52,6 +52,9 @@ const char kAshEnableMemoryMonitor[] = "ash-enable-memory-monitor";
#endif
// Enables the Oak tree viewer.
pneubeck (no reviews) 2012/11/21 13:34:45 adapt the comment
stevenjb 2012/11/27 00:58:18 Moved to chromeos_switches in a separate CL (with
+const char kAshEnableNetworkStateHandler[] = "ash-network-state-handler";
+
+// Enables the Oak tree viewer.
const char kAshEnableOak[] = "ash-enable-oak";
// Enables showing the tray bubble by dragging on the shelf.

Powered by Google App Engine
This is Rietveld 408576698