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

Unified Diff: chrome/installer/setup/setup_util.h

Issue 2507753002: Install the chrome event log provider together with the browser. (Closed)
Patch Set: Fix RegisterEventLogProvider unit test. Created 4 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: chrome/installer/setup/setup_util.h
diff --git a/chrome/installer/setup/setup_util.h b/chrome/installer/setup/setup_util.h
index b1d1d9b9af94d4f4498dd5f34f7971aed4bdee6d..d59354049e557fda4e21ab05c0d5660e7e86a6c2 100644
--- a/chrome/installer/setup/setup_util.h
+++ b/chrome/installer/setup/setup_util.h
@@ -143,6 +143,13 @@ void RecordUnPackMetrics(UnPackStatus unpack_status,
int32_t status,
UnPackConsumer consumer);
+// Register Chrome's EventLog message provider dll.
+void RegisterEventLogProvider(const base::FilePath& install_directory,
+ const base::Version& version);
+
+// De-register Chrome's EventLog message provider dll.
+void DeRegisterEventLogProvider();
+
// This class will enable the privilege defined by |privilege_name| on the
// current process' token. The privilege will be disabled upon the
// ScopedTokenPrivilege's destruction (unless it was already enabled when the

Powered by Google App Engine
This is Rietveld 408576698