Index: chrome/common/chrome_paths_win.cc |
=================================================================== |
--- chrome/common/chrome_paths_win.cc (revision 151723) |
+++ chrome/common/chrome_paths_win.cc (working copy) |
@@ -29,8 +29,6 @@ |
return false; |
BrowserDistribution* dist = BrowserDistribution::GetDistribution(); |
*result = result->Append(dist->GetInstallSubDir()); |
- if (base::win::IsMetroProcess() ? current : !current) |
- *result = result->Append(kMetroChromeUserDataSubDir); |
*result = result->Append(chrome::kUserDataDirname); |
return true; |
} |