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

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: Unused variable Created 4 years, 6 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: chrome/test/base/testing_profile.cc
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
index 0302f2571c42fe7ae9921366fadf8d949e0a0db1..aca9ad60039d551363133abf7f78037953e7a4ad 100644
--- a/chrome/test/base/testing_profile.cc
+++ b/chrome/test/base/testing_profile.cc
@@ -225,7 +225,8 @@ std::unique_ptr<KeyedService> BuildBookmarkModel(
return std::move(bookmark_model);
}
-void TestProfileErrorCallback(WebDataServiceWrapper::ErrorType error_type,
+void TestProfileErrorCallback(const base::FilePath& file_path,
+ WebDataServiceWrapper::ErrorType error_type,
sql::InitStatus status) {
NOTREACHED();
}

Powered by Google App Engine
This is Rietveld 408576698