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

Unified Diff: ui/views/mus/mus_client.h

Issue 2538633002: Adds a couple more properties to the property converter (Closed)
Patch Set: cleanup Created 4 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: ui/views/mus/mus_client.h
diff --git a/ui/views/mus/mus_client.h b/ui/views/mus/mus_client.h
index b8587134c3c9353a9e5927b0263b580b7f959ba2..d3cfdc24e3ee39953d2a20ecebb84e7000921cc0 100644
--- a/ui/views/mus/mus_client.h
+++ b/ui/views/mus/mus_client.h
@@ -77,8 +77,8 @@ class VIEWS_MUS_EXPORT MusClient
const Widget::InitParams& init_params);
// Returns the properties to supply to mus when creating a window.
- static std::map<std::string, std::vector<uint8_t>>
- ConfigurePropertiesFromParams(const Widget::InitParams& init_params);
+ std::map<std::string, std::vector<uint8_t>> ConfigurePropertiesFromParams(
+ const Widget::InitParams& init_params);
service_manager::Connector* connector() { return connector_; }

Powered by Google App Engine
This is Rietveld 408576698