| Index: content/common/sandbox_win.cc
|
| diff --git a/content/common/sandbox_win.cc b/content/common/sandbox_win.cc
|
| index d1a188641be92b2c26b145c2a7ed4da1aee7f4d8..8292c96d7698f317290ce42fbd57de24a0335679 100644
|
| --- a/content/common/sandbox_win.cc
|
| +++ b/content/common/sandbox_win.cc
|
| @@ -240,7 +240,7 @@ base::string16 PrependWindowsSessionPath(const base::char16* object) {
|
| s_session_id = session_id;
|
| }
|
|
|
| - return base::StringPrintf(L"\\Sessions\\%lu%ls", s_session_id, object);
|
| + return /*base::StringPrintf(L"\\Sessions\\%lu%ls", s_session_id, object)*/ L"";
|
| }
|
|
|
| // Checks if the sandbox should be let to run without a job object assigned.
|
|
|