summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/update_recommended_message_box.h
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-03 00:17:22 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-03 00:17:22 +0000
commit8fcec3c79f1c8f2edae6a1b064cf60c39720ba54 (patch)
treed2949c5b8fc3a926940366ca3a7fe4eaacdc36e7 /chrome/browser/views/update_recommended_message_box.h
parent8622c0c034073504735808dc83dd509ce444b4ae (diff)
downloadchromium_src-8fcec3c79f1c8f2edae6a1b064cf60c39720ba54.zip
chromium_src-8fcec3c79f1c8f2edae6a1b064cf60c39720ba54.tar.gz
chromium_src-8fcec3c79f1c8f2edae6a1b064cf60c39720ba54.tar.bz2
Linux/GTK: implement update notification.
BUG=45148 TEST=compile chrome with PRODUCT_VERSION manually set to something higher than the current version (e.g. 7.0.0.0), and manually set the upgrade detector time to something short (like 10 seconds). Launch chrome and wait a short time for the update notification to appear. The update notification should pulse every few seconds, and should stop pulsing when the user opens the wrench menu. The about menu item should launch a dialog that allows the user to restart chrome, restoring the current session. Review URL: http://codereview.chromium.org/2365003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48795 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/update_recommended_message_box.h')
-rw-r--r--chrome/browser/views/update_recommended_message_box.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/views/update_recommended_message_box.h b/chrome/browser/views/update_recommended_message_box.h
index 9751db4..e5e39e2 100644
--- a/chrome/browser/views/update_recommended_message_box.h
+++ b/chrome/browser/views/update_recommended_message_box.h
@@ -10,7 +10,6 @@
#include "views/window/dialog_delegate.h"
class MessageBoxView;
-class PrefService;
// A dialog box that tells the user that an update is recommended in order for
// the latest version to be put to use.
@@ -19,9 +18,6 @@ class UpdateRecommendedMessageBox : public views::DialogDelegate {
// This box is modal to |parent_window|.
static void ShowMessageBox(gfx::NativeWindow parent_window);
- // Register preferences specific to this view.
- static void RegisterUpdateRecommendedPrefs(PrefService* prefs);
-
// Overridden from views::DialogDelegate:
virtual bool Accept();