| Index: ui/display/manager/display_manager_utilities.h
|
| diff --git a/ui/display/manager/display_manager_utilities.h b/ui/display/manager/display_manager_utilities.h
|
| index 77f413b02664342a80c446ee16a3d1871a7abb7c..3db3599752ff66c0585f60ce9f7599c73f25b758 100644
|
| --- a/ui/display/manager/display_manager_utilities.h
|
| +++ b/ui/display/manager/display_manager_utilities.h
|
| @@ -90,11 +90,6 @@ DISPLAY_MANAGER_EXPORT DisplayIdList CreateDisplayIdList(const Displays& list);
|
| DISPLAY_MANAGER_EXPORT std::string DisplayIdListToString(
|
| const DisplayIdList& list);
|
|
|
| -// Returns true if one of following conditions is met.
|
| -// 1) id1 is internal.
|
| -// 2) output index of id1 < output index of id2 and id2 isn't internal.
|
| -DISPLAY_MANAGER_EXPORT bool CompareDisplayIds(int64_t id1, int64_t id2);
|
| -
|
| } // namespace display
|
|
|
| #endif // UI_DISPLAY_MANAGER_DISPLAY_MANAGER_UTILITIES_H_
|
|
|