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

Unified Diff: ios/chrome/browser/browser_state/test_chrome_browser_state.mm

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: ios/chrome/browser/browser_state/test_chrome_browser_state.mm
diff --git a/ios/chrome/browser/browser_state/test_chrome_browser_state.mm b/ios/chrome/browser/browser_state/test_chrome_browser_state.mm
index f52442c0971125a0bd2345b46ca9ca44fdf17794..88f840bddf9d6af431ad79eb4dcbc94162b42918 100644
--- a/ios/chrome/browser/browser_state/test_chrome_browser_state.mm
+++ b/ios/chrome/browser/browser_state/test_chrome_browser_state.mm
@@ -71,8 +71,9 @@ std::unique_ptr<KeyedService> BuildBookmarkModel(web::BrowserState* context) {
return std::move(bookmark_model);
}
-void NotReachedErrorCallback(WebDataServiceWrapper::ErrorType error_type,
- sql::InitStatus status) {
+void NotReachedErrorCallback(WebDataServiceWrapper::ErrorType,
+ sql::InitStatus,
+ const std::string&) {
NOTREACHED();
}
« no previous file with comments | « components/webdata_services/web_data_service_wrapper.h ('k') | ios/chrome/browser/history/history_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698