| Index: chrome/test/base/tracing.cc
 | 
| diff --git a/chrome/test/base/tracing.cc b/chrome/test/base/tracing.cc
 | 
| index 9ab978d35a32318ae439c1dd41164a09abafc1b4..b3a28d089ec5dae7d1ce36481a094b6e0c018a04 100644
 | 
| --- a/chrome/test/base/tracing.cc
 | 
| +++ b/chrome/test/base/tracing.cc
 | 
| @@ -30,7 +30,7 @@ class InProcessTraceController : public content::TraceSubscriber {
 | 
|    bool BeginTracing(const std::string& categories) {
 | 
|      DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
 | 
|      return content::TraceController::GetInstance()->BeginTracing(
 | 
| -        this, categories);
 | 
| +        this, categories, base::debug::TraceLog::RECORD_UNTIL_FULL);
 | 
|    }
 | 
|  
 | 
|    bool BeginTracingWithWatch(const std::string& categories,
 | 
| 
 |