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

Unified Diff: chrome/browser/upload_list.cc

Issue 23020015: In chrome://crashes, re-read the crash list on page reload (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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: chrome/browser/upload_list.cc
diff --git a/chrome/browser/upload_list.cc b/chrome/browser/upload_list.cc
index 3f618aa0f6228361731de3d096ba099cc80cb93f..3de4ea2fb9d6811eaaa0c80c1827114aa903107d 100644
--- a/chrome/browser/upload_list.cc
+++ b/chrome/browser/upload_list.cc
@@ -54,6 +54,7 @@ void UploadList::LoadUploadList() {
file_util::ReadFileToString(upload_log_path_, &contents);
std::vector<std::string> log_entries;
base::SplitStringAlongWhitespace(contents, &log_entries);
+ uploads_.clear();
vapier 2013/09/14 04:43:39 i'm not sure this is correct. the upload list cla
achaulk1 2013/09/16 18:06:21 It is, but they use the list in the same way that
vapier 2013/09/16 21:02:40 if people are happy with changing the upload list
ParseLogEntries(log_entries);
}
}
« chrome/browser/ui/webui/crashes_ui.cc ('K') | « chrome/browser/ui/webui/crashes_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698