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

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

Issue 1117263002: Switch on-demand update checks to the less-old GoogleUpdate3 API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync to position 329622 Created 5 years, 7 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.h
diff --git a/chrome/browser/ui/webui/help/version_updater.h b/chrome/browser/ui/webui/help/version_updater.h
index 2afe72cdece317fd1dd741c15e201ae17e66ec38..bef7e5578ba5298e22ca33d3fcbd183853f19428 100644
--- a/chrome/browser/ui/webui/help/version_updater.h
+++ b/chrome/browser/ui/webui/help/version_updater.h
@@ -11,7 +11,7 @@
#include "base/strings/string16.h"
namespace content {
-class BrowserContext;
+class WebContents;
}
// Interface implemented to expose per-platform updating functionality.
@@ -59,7 +59,7 @@ class VersionUpdater {
// Sub-classes must implement this method to create the respective
// specialization.
- static VersionUpdater* Create(content::BrowserContext* context);
+ static VersionUpdater* Create(content::WebContents* web_contents);
// Begins the update process by checking for update availability.
// |status_callback| is called for each status update. |promote_callback| can

Powered by Google App Engine
This is Rietveld 408576698