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

Unified Diff: chrome/browser/flag_descriptions.h

Issue 2928973003: Added --enable-ui-devtools to chrome://flags. (Closed)
Patch Set: Fixed flag_descriptions.cc formatting. Created 3 years, 6 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/browser/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 8e14959356bbc5ba5d389d581c887d50fb208c89..87430a03fc4fd9d87c90f4a33ec195a826468979 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -1348,6 +1348,9 @@ extern const char kTetherDescription[];
extern const char kTouchscreenCalibrationName[];
extern const char kTouchscreenCalibrationDescription[];
+extern const char kUiDevToolsName[];
+extern const char kUiDevToolsDescription[];
+
extern const char kUseMusName[];
extern const char kUseMusDescription[];
extern const char kEnableMashDescription[];

Powered by Google App Engine
This is Rietveld 408576698