mirror of
				https://bitbucket.org/chromiumembedded/cef
				synced 2025-06-05 21:39:12 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			441 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			441 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| diff --git set_process_title.cc set_process_title.cc
 | |
| index 2118598..8f85c70 100644
 | |
| --- set_process_title.cc
 | |
| +++ set_process_title.cc
 | |
| @@ -44,7 +44,7 @@ void SetProcessTitleFromCommandLine(const char** main_argv) {
 | |
|    bool have_argv0 = false;
 | |
|  
 | |
|  #if defined(OS_LINUX)
 | |
| -  DCHECK_EQ(base::PlatformThread::CurrentId(), getpid());
 | |
| +  //DCHECK_EQ(base::PlatformThread::CurrentId(), getpid());
 | |
|  
 | |
|    if (main_argv)
 | |
|      setproctitle_init(main_argv);
 |