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

Unified Diff: components/history/core/browser/history_service.h

Issue 2107493002: Offer user to send feedback from profile error dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sky's comments and some improvements to the code. Created 4 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
Index: components/history/core/browser/history_service.h
diff --git a/components/history/core/browser/history_service.h b/components/history/core/browser/history_service.h
index b3be99efb6280f970a4576c7b183e265bffaec5b..d1b320368510bcb59517c883c5178a8f4590ef8e 100644
--- a/components/history/core/browser/history_service.h
+++ b/components/history/core/browser/history_service.h
@@ -777,7 +777,8 @@ class HistoryService : public syncer::SyncableService, public KeyedService {
void SetInMemoryBackend(std::unique_ptr<InMemoryHistoryBackend> mem_backend);
// Called by our BackendDelegate when there is a problem reading the database.
- void NotifyProfileError(sql::InitStatus init_status);
+ void NotifyProfileError(sql::InitStatus init_status,
+ const std::string& diagnostics);
// Call to schedule a given task for running on the history thread with the
// specified priority. The task will have ownership taken.

Powered by Google App Engine
This is Rietveld 408576698