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

Unified Diff: ceee/ie/common/ceee_module_util.h

Issue 5720004: Added refreshing of elevation policy on first run of new version for all user... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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: ceee/ie/common/ceee_module_util.h
===================================================================
--- ceee/ie/common/ceee_module_util.h (revision 68931)
+++ ceee/ie/common/ceee_module_util.h (working copy)
@@ -103,6 +103,9 @@
// The name of the CEEE Broker executable.
extern const wchar_t kCeeeBrokerModuleName[];
+// Refreshes elevation policy. Returns false if refresh was not needed.
+bool RefreshElevationPolicyIfNeeded();
+
} // namespace
#endif // CEEE_IE_COMMON_TOOLBAND_MODULE_UTIL_H__

Powered by Google App Engine
This is Rietveld 408576698