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

Unified Diff: ui/display/manager/json_converter.h

Issue 2760453003: Work In Progess
Patch Set: convert local_state to use pre_client_store_ Created 3 years, 9 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 | « ui/display/manager/display_preferences.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/manager/json_converter.h
diff --git a/ui/display/manager/json_converter.h b/ui/display/manager/json_converter.h
index 5082e761c011e0adf99e687471890193685e2037..067fb8062e09969e45a5615ea73cca4a631e4924 100644
--- a/ui/display/manager/json_converter.h
+++ b/ui/display/manager/json_converter.h
@@ -13,13 +13,11 @@ class Value;
namespace display {
class DisplayLayout;
-
DISPLAY_MANAGER_EXPORT bool JsonToDisplayLayout(const base::Value& value,
DisplayLayout* layout);
DISPLAY_MANAGER_EXPORT bool DisplayLayoutToJson(const DisplayLayout& layout,
base::Value* value);
-
} // namespace display
#endif // UI_DISPLAY_MANAGER_JSON_CONVERTER_H_
« no previous file with comments | « ui/display/manager/display_preferences.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698