| Index: chrome/browser/ui/views/ash/status_area_host_aura.h
|
| diff --git a/chrome/browser/ui/views/ash/status_area_host_aura.h b/chrome/browser/ui/views/ash/status_area_host_aura.h
|
| index 97359e4ba09f5294b68b94c12e19657dfe4446c9..cfdd5bfef6c23fda4369195633cbbba10fe37d76 100644
|
| --- a/chrome/browser/ui/views/ash/status_area_host_aura.h
|
| +++ b/chrome/browser/ui/views/ash/status_area_host_aura.h
|
| @@ -29,12 +29,6 @@ class StatusAreaHostAura : public StatusAreaButton::Delegate,
|
| public BrowserList::Observer,
|
| public content::NotificationObserver {
|
| public:
|
| - // Returns the padding between the corner of the status area and the corner of
|
| - // the screen when we're displaying either the login/lock screen or a browser
|
| - // window in compact mode. Exposed here for tests.
|
| - static gfx::Size GetCompactModeLoginAndLockOffset();
|
| - static gfx::Size GetCompactModeBrowserOffset();
|
| -
|
| StatusAreaHostAura();
|
| virtual ~StatusAreaHostAura();
|
|
|
|
|