Index: ui/ozone/common/display_util.h |
diff --git a/ui/ozone/common/display_util.h b/ui/ozone/common/display_util.h |
index 898289a960d899a978f5a39f3a054c5609bf212c..f56ad12edaed6873d195c6177a4fe9f6f62e49bd 100644 |
--- a/ui/ozone/common/display_util.h |
+++ b/ui/ozone/common/display_util.h |
@@ -37,17 +37,6 @@ DisplaySnapshot_Params GetDisplaySnapshotParams(const DisplaySnapshot& display); |
// Return false if the command line flags are not specified. |
bool CreateSnapshotFromCommandLine(DisplaySnapshot_Params* snapshot_out); |
-// Create a display snapshot from |file| that contains EDID. |
-// Return false if the file doesn't exist, or it doesn't contain valid EDID. |
-bool CreateSnapshotFromEDIDFile(const base::FilePath& file, |
- DisplaySnapshot_Params* snapshot_out); |
- |
-// Create a display snaphot from edid. |
-// Return false if it doesn't contain valid EDID. |
-OZONE_EXPORT bool CreateSnapshotFromEDID(bool internal, |
- const std::vector<uint8_t>& edid, |
- DisplaySnapshot_Params* snapshot_out); |
- |
} // namespace ui |
#endif // UI_OZONE_COMMON_DISPLAY_UTIL_H_ |