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

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

Issue 790183002: Revert of Call to CrosSettings::Set() is replaced by OwnerSettingsService::Set() in VersionUpda... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years 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 2afe72cdece317fd1dd741c15e201ae17e66ec38..190ada756cc2eb9997f2bd804b54fd5b6144f825 100644
--- a/chrome/browser/ui/webui/help/version_updater.h
+++ b/chrome/browser/ui/webui/help/version_updater.h
@@ -10,10 +10,6 @@
#include "base/callback.h"
#include "base/strings/string16.h"
-namespace content {
-class BrowserContext;
-}
-
// Interface implemented to expose per-platform updating functionality.
class VersionUpdater {
public:
@@ -59,7 +55,7 @@ class VersionUpdater {
// Sub-classes must implement this method to create the respective
// specialization.
- static VersionUpdater* Create(content::BrowserContext* context);
+ static VersionUpdater* Create();
// 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