| Index: chrome/browser/shell_integration_linux.cc
|
| diff --git a/chrome/browser/shell_integration_linux.cc b/chrome/browser/shell_integration_linux.cc
|
| index a9a1e98960cdf6467dfef7a5934294e77ecf7b96..a3cc1fa1a972e401ea94cd6511833674dcf52cd7 100644
|
| --- a/chrome/browser/shell_integration_linux.cc
|
| +++ b/chrome/browser/shell_integration_linux.cc
|
| @@ -562,8 +562,6 @@ base::FilePath GetChromeExePath() {
|
| } // namespace
|
|
|
| base::FilePath GetDataWriteLocation(base::Environment* env) {
|
| - base::ThreadRestrictions::AssertIOAllowed();
|
| -
|
| return base::nix::GetXDGDirectory(env, "XDG_DATA_HOME", ".local/share");
|
| }
|
|
|
|
|