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

Unified Diff: chrome/app/chrome_breakpad_client.h

Issue 27031002: Move checking of configured policy on win to breakpad client (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 7 years, 2 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 | « chrome/app/breakpad_win.cc ('k') | chrome/app/chrome_breakpad_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_breakpad_client.h
diff --git a/chrome/app/chrome_breakpad_client.h b/chrome/app/chrome_breakpad_client.h
index dadaff61f64faf85afb3927427db78aa8bcea3ed..3636a22a9e160f4fdc89d32bccb026690a96deb5 100644
--- a/chrome/app/chrome_breakpad_client.h
+++ b/chrome/app/chrome_breakpad_client.h
@@ -56,6 +56,8 @@ class ChromeBreakpadClient : public breakpad::BreakpadClient {
#if defined(OS_WIN) || defined(OS_MACOSX)
virtual bool GetCollectStatsConsent() OVERRIDE;
+
+ virtual bool ReportingIsEnforcedByPolicy(bool* breakpad_enabled) OVERRIDE;
#endif
#if defined(OS_ANDROID)
@@ -64,8 +66,6 @@ class ChromeBreakpadClient : public breakpad::BreakpadClient {
#if defined(OS_MACOSX)
virtual void InstallAdditionalFilters(BreakpadRef breakpad) OVERRIDE;
-
- virtual bool ReportingIsEnforcedByPolicy() OVERRIDE;
#endif
private:
« no previous file with comments | « chrome/app/breakpad_win.cc ('k') | chrome/app/chrome_breakpad_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698