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

Unified Diff: chrome/browser/sync/sync_ui_util.h

Issue 8308005: Suppress bubble view for CONNECTION_FAILED error (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed failure in debug build Created 9 years, 2 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
« no previous file with comments | « chrome/browser/sync/sync_global_error_unittest.cc ('k') | chrome/browser/sync/sync_ui_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/sync_ui_util.h
diff --git a/chrome/browser/sync/sync_ui_util.h b/chrome/browser/sync/sync_ui_util.h
index 469bc8f973b27f028d02ec6136fd1daf619e0e81..881b51923637b0d44dee7912b6c51b2f6c7d07b7 100644
--- a/chrome/browser/sync/sync_ui_util.h
+++ b/chrome/browser/sync/sync_ui_util.h
@@ -49,10 +49,12 @@ MessageType GetStatusLabelsForNewTabPage(ProfileSyncService* service,
string16* link_label);
// Gets various labels for the sync global error based on the sync error state.
-MessageType GetStatusLabelsForSyncGlobalError(ProfileSyncService* service,
- string16* menu_item_label,
- string16* bubble_message,
- string16* bubble_accept_label);
+// |menu_item_label|, |bubble_message|, and |bubble_accept_label| must not be
+// NULL.
+void GetStatusLabelsForSyncGlobalError(ProfileSyncService* service,
+ string16* menu_item_label,
+ string16* bubble_message,
+ string16* bubble_accept_label);
MessageType GetStatus(ProfileSyncService* service);
« no previous file with comments | « chrome/browser/sync/sync_global_error_unittest.cc ('k') | chrome/browser/sync/sync_ui_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698