| Index: chrome/common/chrome_paths_internal.h
|
| diff --git a/chrome/common/chrome_paths_internal.h b/chrome/common/chrome_paths_internal.h
|
| index d4a11517883b146fd1fcf529d9284b6e1b30717b..0e60ce1cda7f0c17e99af5f6f2009ebff22323dd 100644
|
| --- a/chrome/common/chrome_paths_internal.h
|
| +++ b/chrome/common/chrome_paths_internal.h
|
| @@ -6,6 +6,8 @@
|
| #define CHROME_COMMON_CHROME_PATHS_INTERNAL_H_
|
| #pragma once
|
|
|
| +#include <string>
|
| +
|
| #include "build/build_config.h"
|
|
|
| #if defined(OS_MACOSX)
|
| @@ -85,6 +87,9 @@ NSBundle* OuterAppBundle();
|
|
|
| #endif // OS_MACOSX
|
|
|
| +// Checks if the |process_type| has the rights to access the profile.
|
| +bool ProcessNeedsProfileDir(const std::string& process_type);
|
| +
|
| } // namespace chrome
|
|
|
| #endif // CHROME_COMMON_CHROME_PATHS_INTERNAL_H_
|
|
|