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

Unified Diff: ui/gfx/display.h

Issue 15067012: Move chromeos specific utility functions for display to chromeos/display (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
Index: ui/gfx/display.h
diff --git a/ui/gfx/display.h b/ui/gfx/display.h
index 59ee1d39d8d41c6a04960d168e55c4a491e54ad2..2282cb0a568681526409238ec47209b455a9854a 100644
--- a/ui/gfx/display.h
+++ b/ui/gfx/display.h
@@ -40,17 +40,6 @@ class UI_EXPORT Display {
// command line via "--force-device-scale-factor".
static bool HasForceDeviceScaleFactor();
- // Returns 64-bit persistent ID for the specified manufacturer's ID and
- // product_code, and the index of the output it is connected to.
- // |output_index| is used to distinguish the displays of the same type. For
- // example, swapping two identical display between two outputs will not be
- // treated as swap. The 'serial number' field in EDID isn't used here because
- // it is not guaranteed to have unique number and it may have the same fixed
- // value (like 0).
- static int64 GetID(uint16 manufacturer_id,
- uint16 product_code,
- uint8 output_index);
-
// Sets/Gets unique identifier associated with the display.
// -1 means invalid display and it doesn't not exit.
int64 id() const { return id_; }

Powered by Google App Engine
This is Rietveld 408576698