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

Unified Diff: utils.h

Issue 6516026: AU: Make proxy resolution asynchronous. (Closed) Base URL: http://git.chromium.org/git/update_engine.git@master
Patch Set: fix utils.* include paths Created 9 years, 10 months 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
« no previous file with comments | « proxy_resolver.cc ('k') | utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils.h
diff --git a/utils.h b/utils.h
index 74711a84e8bb0723b8b7a4c092acf948e6337626..a17f2415f3a62eb8a05b1a9cfe46cf84760e2991 100644
--- a/utils.h
+++ b/utils.h
@@ -243,6 +243,9 @@ int ComparePriorities(ProcessPriority priority_lhs,
// success, false otherwise.
bool SetProcessPriority(ProcessPriority priority);
+// Assumes data points to a Closure. Runs it and returns FALSE;
+gboolean GlibRunClosure(gpointer data);
+
} // namespace utils
// Class to unmount FS when object goes out of scope
« no previous file with comments | « proxy_resolver.cc ('k') | utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698