Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3068)

Unified Diff: chrome/browser/shell_integration_linux.cc

Issue 137393008: linux_aura: Port the linux first run dialog to aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698