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

Unified Diff: components/webdata/common/web_data_service_base.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/webdata/common/web_data_service_base.h
diff --git a/components/webdata/common/web_data_service_base.h b/components/webdata/common/web_data_service_base.h
index adad9f1048056918b65a355f2b5338b2e81e71a4..2783beb2d81e1c078fa8426d731c6ecd40c03d6e 100644
--- a/components/webdata/common/web_data_service_base.h
+++ b/components/webdata/common/web_data_service_base.h
@@ -36,7 +36,8 @@ class WEBDATA_EXPORT WebDataServiceBase
// takes a single parameter, the sql::InitStatus value from trying
// to open the database.
// TODO(joi): Should we combine this with WebDatabaseService::InitCallback?
- typedef base::Callback<void(sql::InitStatus)> ProfileErrorCallback;
+ typedef base::Callback<void(sql::InitStatus, const std::string&)>
+ ProfileErrorCallback;
typedef base::Closure DBLoadedCallback;
« no previous file with comments | « components/history/core/test/history_client_fake_bookmarks.cc ('k') | components/webdata/common/web_database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698