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

Unified Diff: components/history/core/test/history_backend_db_base_test.cc

Issue 2107493002: Offer user to send feedback from profile error dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Yet more compile errors 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/test/history_backend_db_base_test.cc
diff --git a/components/history/core/test/history_backend_db_base_test.cc b/components/history/core/test/history_backend_db_base_test.cc
index 9950fc761357444cd5b3125b02f7f1e3d773c7b5..040067815b70cebc31953cca15919ef409280ec3 100644
--- a/components/history/core/test/history_backend_db_base_test.cc
+++ b/components/history/core/test/history_backend_db_base_test.cc
@@ -30,7 +30,9 @@ class BackendDelegate : public HistoryBackend::Delegate {
: history_test_(history_test) {}
// HistoryBackend::Delegate implementation.
- void NotifyProfileError(sql::InitStatus init_status) override {
+ void NotifyProfileError(
+ sql::InitStatus init_status,
+ const sql::DatabaseDiagnosticMap& diagnostics) override {
history_test_->last_profile_error_ = init_status;
}
void SetInMemoryBackend(

Powered by Google App Engine
This is Rietveld 408576698