| Index: content/utility/utility_thread_impl.h
|
| diff --git a/content/utility/utility_thread_impl.h b/content/utility/utility_thread_impl.h
|
| index 8c4f79b13d7002950b2d199fb3828a0d9f1602f9..6d1879c4103b5ac6f3884139ab17fe4f900b4812 100644
|
| --- a/content/utility/utility_thread_impl.h
|
| +++ b/content/utility/utility_thread_impl.h
|
| @@ -52,6 +52,9 @@ class UtilityThreadImpl : public UtilityThread,
|
| void OnLoadPlugins(const std::vector<base::FilePath>& plugin_paths);
|
| #endif // OS_POSIX
|
|
|
| + // TODO (haven): Debugging only. Remove before submission.
|
| + void OnEffectiveUser();
|
| +
|
| // True when we're running in batch mode.
|
| bool batch_mode_;
|
|
|
|
|