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

Unified Diff: chrome/browser/history/chrome_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: chrome/browser/history/chrome_history_client.h
diff --git a/chrome/browser/history/chrome_history_client.h b/chrome/browser/history/chrome_history_client.h
index 66c0da331c390084b4d8ff952be903c9672ac9d8..e274eca7720f734b6fe6aef903c96b2c05d17c73 100644
--- a/chrome/browser/history/chrome_history_client.h
+++ b/chrome/browser/history/chrome_history_client.h
@@ -34,7 +34,8 @@ class ChromeHistoryClient : public history::HistoryClient,
history::HistoryService* history_service) override;
void Shutdown() override;
bool CanAddURL(const GURL& url) override;
- void NotifyProfileError(sql::InitStatus init_status) override;
+ void NotifyProfileError(sql::InitStatus init_status,
+ const std::string& diagnostics) override;
std::unique_ptr<history::HistoryBackendClient> CreateBackendClient() override;
private:
« no previous file with comments | « chrome/browser/history/android/android_provider_backend_unittest.cc ('k') | chrome/browser/history/chrome_history_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698