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

Unified Diff: components/webdata_services/web_data_service_wrapper.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: sky's comments and some improvements to the code. Created 4 years, 5 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_services/web_data_service_wrapper.h
diff --git a/components/webdata_services/web_data_service_wrapper.h b/components/webdata_services/web_data_service_wrapper.h
index ecc8c33d3a3f579dd0051e705d58586c0b86aeb4..1c44eaccd379bcba53b0f19ecb25d3acbdea2cd6 100644
--- a/components/webdata_services/web_data_service_wrapper.h
+++ b/components/webdata_services/web_data_service_wrapper.h
@@ -46,7 +46,9 @@ class WebDataServiceWrapper : public KeyedService {
};
// Shows an error message if a loading error occurs.
sky 2016/08/02 13:27:21 Again, document parameters.
afakhry 2016/08/02 23:58:25 Done. This is a different one than the previous co
- using ShowErrorCallback = void (*)(ErrorType, sql::InitStatus);
+ using ShowErrorCallback = void (*)(ErrorType,
+ sql::InitStatus,
+ const std::string&);
// Constructor for WebDataServiceWrapper that initializes the different
// WebDataServices and starts the synchronization services using |flare|.

Powered by Google App Engine
This is Rietveld 408576698