| 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:
|
|
|