| Index: chrome/browser/io_thread.cc
|
| diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
|
| index ccf06039354c2d257a0cef27da5d0c322b9f0c38..9a0e035d579886e063e78e2c59890892a5e13587 100644
|
| --- a/chrome/browser/io_thread.cc
|
| +++ b/chrome/browser/io_thread.cc
|
| @@ -518,7 +518,7 @@ void IOThread::ChangedToOnTheRecordOnIOThread() {
|
|
|
| // Clear all of the passively logged data.
|
| // TODO(eroman): this is a bit heavy handed, really all we need to do is
|
| - // clear the data pertaining to off the record context.
|
| + // clear the data pertaining to incognito context.
|
| net_log_->ClearAllPassivelyCapturedEvents();
|
| }
|
|
|
|
|