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

Unified Diff: components/history/core/browser/history_client.h

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: components/history/core/browser/history_client.h
diff --git a/components/history/core/browser/history_client.h b/components/history/core/browser/history_client.h
index d4dc3cf5903190127608df55e7a9981ddaa86773..4d6b7e522b9b2685fae3375cbfe6f1f508bff0cb 100644
--- a/components/history/core/browser/history_client.h
+++ b/components/history/core/browser/history_client.h
@@ -42,7 +42,8 @@ class HistoryClient {
virtual bool CanAddURL(const GURL& url) = 0;
// Notifies the embedder that there was a problem reading the database.
- virtual void NotifyProfileError(sql::InitStatus init_status) = 0;
+ virtual void NotifyProfileError(sql::InitStatus init_status,
+ const std::string& diagnostics) = 0;
// Returns a new HistoryBackendClient instance.
virtual std::unique_ptr<HistoryBackendClient> CreateBackendClient() = 0;
« no previous file with comments | « components/history/core/browser/history_backend_unittest.cc ('k') | components/history/core/browser/history_database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698