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

Unified Diff: chrome/app/breakpad_win.cc

Issue 2946017: Send large dump file for canary build. Also fix a similar... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 5 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/sync/profile_sync_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/breakpad_win.cc
===================================================================
--- chrome/app/breakpad_win.cc (revision 51918)
+++ chrome/app/breakpad_win.cc (working copy)
@@ -23,6 +23,7 @@
#include "chrome/common/child_process_logging.h"
#include "chrome/common/env_vars.h"
#include "chrome/common/result_codes.h"
+#include "chrome/installer/util/google_chrome_sxs_distribution.h"
#include "chrome/installer/util/google_update_settings.h"
#include "chrome/installer/util/install_util.h"
@@ -405,7 +406,8 @@
string16 channel_string;
GoogleUpdateSettings::GetChromeChannel(!is_per_user_install,
&channel_string);
- if (channel_string == L"dev" || channel_string == L"beta")
+ if (channel_string == L"dev" || channel_string == L"beta" ||
+ channel_string == GoogleChromeSxSDistribution::ChannelName())
dump_type = kLargerDumpType;
}
« no previous file with comments | « no previous file | chrome/browser/sync/profile_sync_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698