| Index: chrome/app/breakpad_linux.cc
 | 
| diff --git a/chrome/app/breakpad_linux.cc b/chrome/app/breakpad_linux.cc
 | 
| index 849c3ecb236289e2e52483022891375a49e6205c..0faef76739f8e22feab2837c95e3ff9312eec488 100644
 | 
| --- a/chrome/app/breakpad_linux.cc
 | 
| +++ b/chrome/app/breakpad_linux.cc
 | 
| @@ -74,7 +74,9 @@ using google_breakpad::MinidumpDescriptor;
 | 
|  
 | 
|  namespace {
 | 
|  
 | 
| +#if !defined(OS_CHROMEOS)
 | 
|  const char kUploadURL[] = "https://clients2.google.com/cr/report";
 | 
| +#endif
 | 
|  
 | 
|  bool g_is_crash_reporter_enabled = false;
 | 
|  uint64_t g_process_start_time = 0;
 | 
| 
 |