| Index: chrome/installer/util/chrome_browser_operations.cc
|
| diff --git a/chrome/installer/util/chrome_browser_operations.cc b/chrome/installer/util/chrome_browser_operations.cc
|
| index 1f232616217710ca532553f70cad7f32384b8c13..485db95b73ee3ab1c52ac0ab32ce297f580325d0 100644
|
| --- a/chrome/installer/util/chrome_browser_operations.cc
|
| +++ b/chrome/installer/util/chrome_browser_operations.cc
|
| @@ -136,4 +136,12 @@ void ChromeBrowserOperations::AddDefaultShortcutProperties(
|
| properties->set_description(dist->GetAppDescription());
|
| }
|
|
|
| +bool ChromeBrowserOperations::ShouldLaunchUserExperiment() const {
|
| +#if defined(GOOGLE_CHROME_BUILD)
|
| + return true;
|
| +#else
|
| + return false;
|
| +#endif // defined(GOOGLE_CHROME_BUILD)
|
| +}
|
| +
|
| } // namespace installer
|
|
|