| Index: chrome/browser/shell_integration_linux.cc
|
| diff --git a/chrome/browser/shell_integration_linux.cc b/chrome/browser/shell_integration_linux.cc
|
| index 16725ca7cc0631a8ad68bc75d9c7e1722002c4a5..519b10d4ef81de0109977a68f095bbe0758bd865 100644
|
| --- a/chrome/browser/shell_integration_linux.cc
|
| +++ b/chrome/browser/shell_integration_linux.cc
|
| @@ -339,8 +339,6 @@ bool SetDefaultWebClient(const std::string& protocol) {
|
| #if defined(OS_CHROMEOS)
|
| return true;
|
| #else
|
| - DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
|
| -
|
| scoped_ptr<base::Environment> env(base::Environment::Create());
|
|
|
| std::vector<std::string> argv;
|
|
|