| Index: chrome/browser/chrome_browser_main.cc
|
| diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
|
| index de3230eb1bc988326b82939ef66c90372f941869..2af85c78913b10976b2162f8ba2bc56015fac321 100644
|
| --- a/chrome/browser/chrome_browser_main.cc
|
| +++ b/chrome/browser/chrome_browser_main.cc
|
| @@ -1239,6 +1239,8 @@ int ChromeBrowserMainParts::PreMainMessageLoopRunImpl() {
|
| NOTREACHED();
|
| }
|
| }
|
| +
|
| + first_run::CreateSentinelIfNeeded();
|
| #endif // !defined(OS_ANDROID)
|
|
|
| // Desktop construction occurs here, (required before profile creation).
|
|
|