| Index: base/run_loop.h
|
| diff --git a/base/run_loop.h b/base/run_loop.h
|
| index 002410892f667252d8216ecd3b36e1945c332af6..9ff8d39a5d1d04bd98e304de37f76f3cf0e78f2d 100644
|
| --- a/base/run_loop.h
|
| +++ b/base/run_loop.h
|
| @@ -38,8 +38,8 @@ class BASE_EXPORT RunLoop {
|
|
|
| // Run the current MessageLoop. This blocks until Quit is called. Before
|
| // calling Run, be sure to grab an AsWeakPtr or the QuitClosure in order to
|
| - // stop the MessageLoop asynchronously. MessageLoop::Quit and QuitNow will
|
| - // also trigger a return from Run, but those are deprecated.
|
| + // stop the MessageLoop asynchronously. MessageLoop::QuitWhenIdle and QuitNow
|
| + // will also trigger a return from Run, but those are deprecated.
|
| void Run();
|
|
|
| // Run the current MessageLoop until it doesn't find any tasks or messages in
|
|
|