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

Unified Diff: chrome/test/base/testing_profile.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: 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
« no previous file with comments | « chrome/browser/web_data_service_factory.cc ('k') | components/history/core/browser/history_backend.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/testing_profile.cc
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
index 8d46b4965c7f5ce51b5874ec6e9c87d647a7f866..eadc23693a12eb740609f683ea30ae9bfbbd8016 100644
--- a/chrome/test/base/testing_profile.cc
+++ b/chrome/test/base/testing_profile.cc
@@ -229,7 +229,8 @@ std::unique_ptr<KeyedService> BuildBookmarkModel(
}
void TestProfileErrorCallback(WebDataServiceWrapper::ErrorType error_type,
- sql::InitStatus status) {
+ sql::InitStatus status,
+ const std::string& diagnostics) {
NOTREACHED();
}
« no previous file with comments | « chrome/browser/web_data_service_factory.cc ('k') | components/history/core/browser/history_backend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698