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

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

Issue 1765693002: Revert of IPC::ParamTraits for ui::Event (towards ui::Events over mojo IPC) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « components/mus/common/BUILD.gn ('k') | components/mus/common/event_param_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/common/args.cc
diff --git a/components/mus/common/args.cc b/components/mus/common/args.cc
index 634828aac910a69f5e13033b57d88b2790ca671b..c60d5911eb61de0fdb5a1f9b4155b0a90cebc393 100644
--- a/components/mus/common/args.cc
+++ b/components/mus/common/args.cc
@@ -3,12 +3,11 @@
// 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 MUS_COMMON_EXPORT kUseX11TestConfig[] = "use-x11-test-config";
+const char kUseX11TestConfig[] = "use-x11-test-config";
} // namespace mus
« no previous file with comments | « components/mus/common/BUILD.gn ('k') | components/mus/common/event_param_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698