summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/about_chrome_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/about_chrome_view.h')
-rw-r--r--chrome/browser/views/about_chrome_view.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/browser/views/about_chrome_view.h b/chrome/browser/views/about_chrome_view.h
index b304218..a46a741 100644
--- a/chrome/browser/views/about_chrome_view.h
+++ b/chrome/browser/views/about_chrome_view.h
@@ -61,8 +61,6 @@ class AboutChromeView : public ChromeViews::View,
// Initialize the controls on the dialog.
void Init();
- void SetDialog(ChromeViews::Window* dialog) { dialog_ = dialog; }
-
// Overridden from ChromeViews::View:
virtual void GetPreferredSize(CSize *out);
virtual void Layout();
@@ -82,6 +80,7 @@ class AboutChromeView : public ChromeViews::View,
virtual bool IsModal() const;
virtual std::wstring GetWindowTitle() const;
virtual bool Accept();
+ virtual ChromeViews::View* GetContentsView();
// Overridden from GoogleUpdateStatusListener:
virtual void OnReportResults(GoogleUpdateUpgradeResult result,
@@ -100,8 +99,6 @@ class AboutChromeView : public ChromeViews::View,
void UpdateStatus(GoogleUpdateUpgradeResult result,
GoogleUpdateErrorCode error_code);
- ChromeViews::Window* dialog_;
-
Profile* profile_;
// UI elements on the dialog.