| Index: services/ui/display/screen_manager.h
|
| diff --git a/services/ui/display/screen_manager.h b/services/ui/display/screen_manager.h
|
| index 3a0679cb085f2d68b0815ef6c2fac2c31287fe11..ac7fe3ab898a479883f8ed39f3523570b013c8cd 100644
|
| --- a/services/ui/display/screen_manager.h
|
| +++ b/services/ui/display/screen_manager.h
|
| @@ -40,8 +40,6 @@ class ScreenManager {
|
| // Handle requests from the platform to close a display.
|
| virtual void RequestCloseDisplay(int64_t display_id) = 0;
|
|
|
| - virtual int64_t GetPrimaryDisplayId() const = 0;
|
| -
|
| private:
|
| static ScreenManager* instance_; // Instance is not owned.
|
|
|
|
|