Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2538)

Unified Diff: content/utility/utility_thread_impl.h

Issue 98603007: Launches a privileged utility process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Actually works now. Removes unnecessary logging. Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..8b0d711bca7cf59b8c286e90ec137845adcd10cc 100644
--- a/content/utility/utility_thread_impl.h
+++ b/content/utility/utility_thread_impl.h
@@ -52,6 +52,8 @@ class UtilityThreadImpl : public UtilityThread,
void OnLoadPlugins(const std::vector<base::FilePath>& plugin_paths);
#endif // OS_POSIX
+ void OnEffectiveUser();
mef 2013/12/10 15:25:18 Can you explain this?
+
// True when we're running in batch mode.
bool batch_mode_;

Powered by Google App Engine
This is Rietveld 408576698