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

Unified Diff: components/update_client/updater_state.h

Issue 2863993003: Refactor windows dependency out of UpdaterState class. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | components/update_client/updater_state_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/update_client/updater_state.h
diff --git a/components/update_client/updater_state.h b/components/update_client/updater_state.h
index 11f2fa985531f1b7d56967f937f648ee1f71020e..ea8b64e0e225daf3e2dddaa68ed25f3ccb9e2760 100644
--- a/components/update_client/updater_state.h
+++ b/components/update_client/updater_state.h
@@ -47,8 +47,7 @@ class UpdaterState {
static bool IsEnterpriseManaged();
static base::Time GetUpdaterLastStartedAU(bool is_machine);
static base::Time GetUpdaterLastChecked(bool is_machine);
- static base::Time GetUpdaterTimeValue(bool is_machine,
- const wchar_t* value_name);
+
static int GetUpdatePolicy();
static std::string NormalizeTimeDelta(const base::TimeDelta& delta);
« no previous file with comments | « no previous file | components/update_client/updater_state_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698