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

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

Issue 738843002: Call to CrosSettings::Set() is replaced by OwnerSettingsService::Set() in VersionUpdaterCros. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes. Created 6 years, 1 month 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
« no previous file with comments | « chrome/browser/ui/webui/help/help_handler.cc ('k') | chrome/browser/ui/webui/help/version_updater_basic.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 190ada756cc2eb9997f2bd804b54fd5b6144f825..2afe72cdece317fd1dd741c15e201ae17e66ec38 100644
--- a/chrome/browser/ui/webui/help/version_updater.h
+++ b/chrome/browser/ui/webui/help/version_updater.h
@@ -10,6 +10,10 @@
#include "base/callback.h"
#include "base/strings/string16.h"
+namespace content {
+class BrowserContext;
+}
+
// Interface implemented to expose per-platform updating functionality.
class VersionUpdater {
public:
@@ -55,7 +59,7 @@ class VersionUpdater {
// Sub-classes must implement this method to create the respective
// specialization.
- static VersionUpdater* Create();
+ static VersionUpdater* Create(content::BrowserContext* context);
// Begins the update process by checking for update availability.
// |status_callback| is called for each status update. |promote_callback| can
« no previous file with comments | « chrome/browser/ui/webui/help/help_handler.cc ('k') | chrome/browser/ui/webui/help/version_updater_basic.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698