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

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

Issue 11886079: Revert 177136 due to memory error on Mac ASAN (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 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/profile_sync_service_unittest.cc ('k') | chrome/browser/sync/sync_global_error.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/sync_global_error.h
===================================================================
--- chrome/browser/sync/sync_global_error.h (revision 177205)
+++ chrome/browser/sync/sync_global_error.h (working copy)
@@ -40,6 +40,10 @@
// ProfileSyncServiceObserver implementation.
virtual void OnStateChanged() OVERRIDE;
+ // For non-ChromeOS we customize the "Sign in to sync" wrench menu item
+ // instead of adding a new wrench menu item at the bottom.
+ bool HasCustomizedSyncMenuItem();
+
private:
string16 bubble_accept_label_;
string16 bubble_message_;
« no previous file with comments | « chrome/browser/sync/profile_sync_service_unittest.cc ('k') | chrome/browser/sync/sync_global_error.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698