| Index: ash/launcher/launcher.h
|
| diff --git a/ash/launcher/launcher.h b/ash/launcher/launcher.h
|
| index ebc56b8353409fe7cb407718621c1dc0537055d0..7024b09f87c249dafb8196f2548650f1a44f2cc6 100644
|
| --- a/ash/launcher/launcher.h
|
| +++ b/ash/launcher/launcher.h
|
| @@ -50,7 +50,7 @@ class ASH_EXPORT Launcher : public internal::BackgroundAnimatorDelegate {
|
|
|
| // Sets the width of the status area.
|
| void SetStatusWidth(int width);
|
| - int GetStatusWidth();
|
| + int GetStatusWidth() const;
|
|
|
| // Returns the screen bounds of the item for the specified window. If there is
|
| // no item for the specified window an empty rect is returned.
|
|
|