| Index: ash/display/display_change_observer_chromeos.h
|
| diff --git a/ash/display/display_change_observer_chromeos.h b/ash/display/display_change_observer_chromeos.h
|
| index 6beb7318bfa622d435045aed49d52e59c84c7e38..c75c00be4dad37f3d36455dfa602a6259ad2f445 100644
|
| --- a/ash/display/display_change_observer_chromeos.h
|
| +++ b/ash/display/display_change_observer_chromeos.h
|
| @@ -22,12 +22,6 @@ class DisplayChangeObserver
|
| public chromeos::OutputConfigurator::Observer,
|
| public ShellObserver {
|
| public:
|
| - // Returns true if the size info in the output_info isn't valid
|
| - // and should be ignored. This is exposed for testing.
|
| - // |mm_width| and |mm_height| are given in millimeters.
|
| - ASH_EXPORT static bool ShouldIgnoreSize(unsigned long mm_width,
|
| - unsigned long mm_height);
|
| -
|
| // Returns the resolution list.
|
| ASH_EXPORT static std::vector<Resolution> GetResolutionList(
|
| const chromeos::OutputConfigurator::OutputSnapshot& output);
|
|
|