| 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_;
|
|
|