| Index: chrome/browser/views/about_chrome_view.h
|
| diff --git a/chrome/browser/views/about_chrome_view.h b/chrome/browser/views/about_chrome_view.h
|
| index 56decd3271f88ab81c44fefd97be1eb9658d593e..ebfa73b449b02d65f98a8e7fb3576dcd302a3187 100644
|
| --- a/chrome/browser/views/about_chrome_view.h
|
| +++ b/chrome/browser/views/about_chrome_view.h
|
| @@ -63,6 +63,7 @@ class AboutChromeView : public views::View,
|
| MessageBoxFlags::DialogButton button) const;
|
| virtual bool IsDialogButtonVisible(
|
| MessageBoxFlags::DialogButton button) const;
|
| + virtual int GetDefaultDialogButton() const;
|
| virtual bool CanResize() const;
|
| virtual bool CanMaximize() const;
|
| virtual bool IsAlwaysOnTop() const;
|
|
|