| Index: chrome/browser/sync/sync_global_error.h
|
| diff --git a/chrome/browser/sync/sync_global_error.h b/chrome/browser/sync/sync_global_error.h
|
| index 7be44d8ee2bdf111ef8fec7c46f8b7bfdb60da7d..60e3becbf247ab268f86fd0713cc20edea921402 100644
|
| --- a/chrome/browser/sync/sync_global_error.h
|
| +++ b/chrome/browser/sync/sync_global_error.h
|
| @@ -40,10 +40,6 @@ class SyncGlobalError : public GlobalError,
|
| // 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_;
|
|
|