 Chromium Code Reviews
 Chromium Code Reviews Issue 1635005:
  Allow new CPU profiling subsystem to coexist nicely with the old one.  (Closed)
    
  
    Issue 1635005:
  Allow new CPU profiling subsystem to coexist nicely with the old one.  (Closed) 
  | Index: SConstruct | 
| diff --git a/SConstruct b/SConstruct | 
| index b81efcb4b3dd5d6049f97c134d272b353d6413c2..efdd15c484534e092b3750ac426db03f4a486517 100644 | 
| --- a/SConstruct | 
| +++ b/SConstruct | 
| @@ -695,7 +695,7 @@ SIMPLE_OPTIONS = { | 
| }, | 
| 'cppprofilesprocessor': { | 
| 'values': ['on', 'off'], | 
| - 'default': 'off', | 
| + 'default': 'on', | 
| 'help': 'enable C++ profiles processor' | 
| }, | 
| 'debuggersupport': { |