| Index: chrome/browser/chromeos/media/media_player.h
|
| diff --git a/chrome/browser/chromeos/media/media_player.h b/chrome/browser/chromeos/media/media_player.h
|
| index 0d8f510f9705c292ca227618bc98b4eef3fded56..4dc14305fad882d6106aa0b1f312d483f3c4ead2 100644
|
| --- a/chrome/browser/chromeos/media/media_player.h
|
| +++ b/chrome/browser/chromeos/media/media_player.h
|
| @@ -22,8 +22,8 @@ class MediaPlayer {
|
|
|
| virtual ~MediaPlayer();
|
|
|
| - // Sets the mediaplayer window height.
|
| - void SetWindowHeight(int height);
|
| + // Adjusts the mediaplayer window height.
|
| + void AdjustWindowHeight(int height_diff);
|
|
|
| // Forces the mediaplayer window to be closed.
|
| void CloseWindow();
|
|
|