| Index: chrome/install_static/install_util.h
|
| diff --git a/chrome/install_static/install_util.h b/chrome/install_static/install_util.h
|
| index 1ee72706f0d9c11b75faaff4545fd0665a9ec2dc..af45df840e970d736d3265f435945ca3e0576a9a 100644
|
| --- a/chrome/install_static/install_util.h
|
| +++ b/chrome/install_static/install_util.h
|
| @@ -159,6 +159,10 @@ bool IsNonBrowserProcess();
|
| // False otherwise.
|
| bool ProcessNeedsProfileDir(const std::string& process_type);
|
|
|
| +// Returns true if the current process has the rights to access the profile.
|
| +// False otherwise.
|
| +bool CurrentProcessNeedsProfileDir();
|
| +
|
| // Populates |crash_dir| with the crash dump location, respecting modifications
|
| // to user-data-dir.
|
| // TODO(ananta)
|
|
|