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

Unified Diff: components/mus/common/args.cc

Issue 1695783002: IPC::ParamTraits for ui::Event (towards ui::Events over mojo IPC) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Explicate MUS_COMMON_EXPORT in header and impl Created 4 years, 10 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/mus/common/args.cc
diff --git a/components/mus/common/args.cc b/components/mus/common/args.cc
index c60d5911eb61de0fdb5a1f9b4155b0a90cebc393..634828aac910a69f5e13033b57d88b2790ca671b 100644
--- a/components/mus/common/args.cc
+++ b/components/mus/common/args.cc
@@ -3,11 +3,12 @@
// found in the LICENSE file.
#include "components/mus/common/args.h"
+#include "components/mus/common/mus_common_export.h"
namespace mus {
// Initializes X11 in threaded mode, and sets the |override_redirect| flag when
// creating X11 windows.
-const char kUseX11TestConfig[] = "use-x11-test-config";
+const char MUS_COMMON_EXPORT kUseX11TestConfig[] = "use-x11-test-config";
} // namespace mus

Powered by Google App Engine
This is Rietveld 408576698