Chromium Code Reviews| 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)); |
|
msw
2014/01/15 20:22:41
Why remove this?
Elliot Glaysher
2014/01/15 20:41:31
Because its wrong.
I assume that the reason its h
|
| - |
| scoped_ptr<base::Environment> env(base::Environment::Create()); |
| std::vector<std::string> argv; |