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

Unified Diff: components/crash/content/app/crash_reporter_client.h

Issue 2697513007: Windows CrashReporterClient cleanups in the wake of InstallDetails everywhere. (Closed)
Patch Set: sync to position 452911 Created 3 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
Index: components/crash/content/app/crash_reporter_client.h
diff --git a/components/crash/content/app/crash_reporter_client.h b/components/crash/content/app/crash_reporter_client.h
index 25ae505335864fd25cb3315d818fc27e976799af..513727c08f3f434365e4df6d12ec8bf482104b95 100644
--- a/components/crash/content/app/crash_reporter_client.h
+++ b/components/crash/content/app/crash_reporter_client.h
@@ -94,10 +94,10 @@ class CrashReporterClient {
virtual bool GetDeferredUploadsSupported(bool is_per_user_install);
// Returns true if the running binary is a per-user installation.
- virtual bool GetIsPerUserInstall(const base::string16& exe_path);
+ virtual bool GetIsPerUserInstall();
// Returns true if larger crash dumps should be dumped.
- virtual bool GetShouldDumpLargerDumps(bool is_per_user_install);
+ virtual bool GetShouldDumpLargerDumps();
// Returns the result code to return when breakpad failed to respawn a
// crashed process.
« no previous file with comments | « components/crash/content/app/crash_keys_win_unittest.cc ('k') | components/crash/content/app/crash_reporter_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698