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

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

Issue 476983002: About page should not automatically trigger OS updates (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/help_handler.h
diff --git a/chrome/browser/ui/webui/help/help_handler.h b/chrome/browser/ui/webui/help/help_handler.h
index baee08067de4d3385067206cc5384141fa0c530c..f093239a20d8f3ccbdfae628cbf3c97d60e6f4b7 100644
--- a/chrome/browser/ui/webui/help/help_handler.h
+++ b/chrome/browser/ui/webui/help/help_handler.h
@@ -71,6 +71,9 @@ class HelpHandler : public content::WebUIMessageHandler,
void RelaunchAndPowerwash(const base::ListValue* args);
#endif
+ // Checks for and applies update.
+ void RequestUpdate(const base::ListValue* args);
+
// Callback method which forwards status updates to the page.
void SetUpdateStatus(VersionUpdater::Status status, int progress,
const base::string16& fail_message);

Powered by Google App Engine
This is Rietveld 408576698