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

Unified Diff: chrome/browser/chrome_elf_init_win.h

Issue 174013007: Add UMA stats to record when DLLs are successfully blocked in the Browser. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 6 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 | « no previous file | chrome/browser/chrome_elf_init_win.cc » ('j') | chrome/browser/chrome_elf_init_win.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_elf_init_win.h
diff --git a/chrome/browser/chrome_elf_init_win.h b/chrome/browser/chrome_elf_init_win.h
index 850a608a0343f03bf08d75c1ad3232c6c8deea38..79056576fdc868aad801cacbf1dab3e193dcf3d0 100644
--- a/chrome/browser/chrome_elf_init_win.h
+++ b/chrome/browser/chrome_elf_init_win.h
@@ -12,4 +12,7 @@ void InitializeChromeElf();
// Set the required state for an enabled browser blacklist.
void BrowserBlacklistBeaconSetup();
+// Report with DLLs were prevented from being loaded.
robertshield 2014/02/24 15:24:05 which
csharp 2014/02/24 21:37:16 Done.
+void ReportSuccessfulBlocks();
robertshield 2014/02/24 15:24:05 is this used outside of the .cc file? if not, move
csharp 2014/02/24 21:37:16 Done.
+
#endif // CHROME_BROWSER_CHROME_ELF_INIT_WIN_H_
« no previous file with comments | « no previous file | chrome/browser/chrome_elf_init_win.cc » ('j') | chrome/browser/chrome_elf_init_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698