| Index: mojo/public/cpp/environment/environment.h
|
| diff --git a/mojo/public/cpp/environment/environment.h b/mojo/public/cpp/environment/environment.h
|
| index ce3f7d01ad96b42e0ed6647b778ea1e108f18f68..230846b2d63521520ba374307a9e1f805b50e4bd 100644
|
| --- a/mojo/public/cpp/environment/environment.h
|
| +++ b/mojo/public/cpp/environment/environment.h
|
| @@ -30,7 +30,9 @@ class Environment {
|
| ~Environment();
|
|
|
| static const MojoAsyncWaiter* GetDefaultAsyncWaiter();
|
| +
|
| static const MojoLogger* GetDefaultLogger();
|
| + static void SetDefaultLogger(const MojoLogger* logger);
|
|
|
| // These instantiate and destroy an environment-specific run loop for the
|
| // current thread, allowing |GetDefaultAsyncWaiter()| to be used. (The run
|
|
|