Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6120)

Unified Diff: chrome/browser/ui/webui/help/version_updater_chromeos.h

Issue 10699039: Switch to using the WebUI About screen on Windows. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/help/version_updater_chromeos.h
diff --git a/chrome/browser/ui/webui/help/version_updater_chromeos.h b/chrome/browser/ui/webui/help/version_updater_chromeos.h
index dca7c6bc5f7d24bdbd2c65681653a5ec2572beb1..2e87e8ec31d8e308b9ace14390f101f02704d432 100644
--- a/chrome/browser/ui/webui/help/version_updater_chromeos.h
+++ b/chrome/browser/ui/webui/help/version_updater_chromeos.h
@@ -13,13 +13,6 @@
class VersionUpdaterCros : public VersionUpdater,
public chromeos::UpdateEngineClient::Observer {
- public:
- // VersionUpdater implementation.
- virtual void CheckForUpdate(const StatusCallback& callback) OVERRIDE;
- virtual void RelaunchBrowser() const OVERRIDE;
- virtual void SetReleaseChannel(const std::string& channel) OVERRIDE;
- virtual void GetReleaseChannel(const ChannelCallback& callback) OVERRIDE;
-
protected:
friend class VersionUpdater;
@@ -28,6 +21,12 @@ class VersionUpdaterCros : public VersionUpdater,
virtual ~VersionUpdaterCros();
private:
+ // VersionUpdater implementation.
+ virtual void CheckForUpdate(const StatusCallback& callback) OVERRIDE;
+ virtual void RelaunchBrowser() const OVERRIDE;
+ virtual void SetReleaseChannel(const std::string& channel) OVERRIDE;
+ virtual void GetReleaseChannel(const ChannelCallback& callback) OVERRIDE;
+
// UpdateEngineClient::Observer implementation.
virtual void UpdateStatusChanged(
const chromeos::UpdateEngineClient::Status& status) OVERRIDE;
« no previous file with comments | « chrome/browser/ui/webui/help/help_handler.cc ('k') | chrome/browser/ui/webui/help/version_updater_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698