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

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: pkasting's & droger's Created 4 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: 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 a7417db8c1db044ddb34c8359900403d0dfa3ef2..5e10f4b0c8f5509d4f7e9b4bc5d0125c357ee2ad 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.
« no previous file with comments | « components/history/core/browser/history_database.cc ('k') | components/history/core/browser/history_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698