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

Unified Diff: components/update_client/configurator.h

Issue 2498873003: Refactor how the updater state data is serialized in update checks. (Closed)
Patch Set: Created 4 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 | « components/update_client/BUILD.gn ('k') | components/update_client/ping_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/update_client/configurator.h
diff --git a/components/update_client/configurator.h b/components/update_client/configurator.h
index 384b23de6bf95187d809052e7088c43bae299ed3..c0217108ee60c8d75af6c6702afd428853bb7cd7 100644
--- a/components/update_client/configurator.h
+++ b/components/update_client/configurator.h
@@ -132,7 +132,8 @@ class Configurator : public base::RefCountedThreadSafe<Configurator> {
virtual PrefService* GetPrefService() const = 0;
// Returns true if the Chrome is installed for the current user only, or false
- // if Chrome is installed for all users on the machine.
+ // if Chrome is installed for all users on the machine. This function must be
+ // called only from a blocking pool thread, as it may access the file system.
virtual bool IsPerUserInstall() const = 0;
protected:
« no previous file with comments | « components/update_client/BUILD.gn ('k') | components/update_client/ping_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698