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

Unified Diff: chrome/browser/history/android/android_provider_backend_unittest.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/browser/history/android/android_provider_backend_unittest.cc
diff --git a/chrome/browser/history/android/android_provider_backend_unittest.cc b/chrome/browser/history/android/android_provider_backend_unittest.cc
index e572ad0fb9dc1ff4a88132cfada2aa42acb37e7c..0b55a51ae17612a1878915ea319aa09fdb9b9dd9 100644
--- a/chrome/browser/history/android/android_provider_backend_unittest.cc
+++ b/chrome/browser/history/android/android_provider_backend_unittest.cc
@@ -74,7 +74,8 @@ class AndroidProviderBackendDelegate : public HistoryBackend::Delegate {
public:
AndroidProviderBackendDelegate() {}
- void NotifyProfileError(sql::InitStatus init_status) override {}
+ void NotifyProfileError(const base::FilePath& corrupted_file,
+ sql::InitStatus init_status) override {}
void SetInMemoryBackend(
std::unique_ptr<InMemoryHistoryBackend> backend) override {}
void NotifyFaviconsChanged(const std::set<GURL>& page_urls,

Powered by Google App Engine
This is Rietveld 408576698