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

Unified Diff: components/ui_devtools/switches.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: components/ui_devtools/switches.h
diff --git a/components/ui_devtools/switches.h b/components/ui_devtools/switches.h
index 8dcb6980618e722007bab13122e8ef5058d284d3..d0bb5777782b04024718daeb778ac1f45eb740d9 100644
--- a/components/ui_devtools/switches.h
+++ b/components/ui_devtools/switches.h
@@ -5,10 +5,12 @@
#ifndef COMPONENTS_UI_DEVTOOLS_SWITCHES_H_
#define COMPONENTS_UI_DEVTOOLS_SWITCHES_H_
+#include "components/ui_devtools/devtools_export.h"
+
namespace ui {
namespace devtools {
-extern const char kEnableUiDevTools[];
+extern UI_DEVTOOLS_EXPORT const char kEnableUiDevTools[];
} // namespace devtools
} // namespace ui

Powered by Google App Engine
This is Rietveld 408576698