diff options
Diffstat (limited to 'chrome/common/chrome_paths_internal.h')
-rw-r--r-- | chrome/common/chrome_paths_internal.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/common/chrome_paths_internal.h b/chrome/common/chrome_paths_internal.h index 0e60ce1..d4a1151 100644 --- a/chrome/common/chrome_paths_internal.h +++ b/chrome/common/chrome_paths_internal.h @@ -6,8 +6,6 @@ #define CHROME_COMMON_CHROME_PATHS_INTERNAL_H_ #pragma once -#include <string> - #include "build/build_config.h" #if defined(OS_MACOSX) @@ -87,9 +85,6 @@ 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_ |