| Index: chrome/common/chrome_paths.cc
|
| diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc
|
| index 0da194d8720e82183e552d10db402e5f3efeac15..81da9b927c80b9c15628ea4f25163f82c1508c02 100644
|
| --- a/chrome/common/chrome_paths.cc
|
| +++ b/chrome/common/chrome_paths.cc
|
| @@ -574,8 +574,9 @@ bool PathProvider(int key, base::FilePath* result) {
|
| #if defined(OS_LINUX)
|
| case chrome::FILE_COMPONENT_FLASH_HINT:
|
| if (!PathService::Get(chrome::DIR_COMPONENT_UPDATED_PEPPER_FLASH_PLUGIN,
|
| - &cur))
|
| + &cur)) {
|
| return false;
|
| + }
|
| cur = cur.Append(kComponentUpdatedFlashHint);
|
| break;
|
| #endif // defined(OS_LINUX)
|
|
|