| 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 64bc2370ab3522f26e439cb6c77b538a3709d06b..27c6d63834d574acd0d054793154aede7751bf7a 100644
|
| --- a/chrome/browser/sync/sync_global_error.h
|
| +++ b/chrome/browser/sync/sync_global_error.h
|
| @@ -45,7 +45,9 @@ class SyncGlobalError : public GlobalError,
|
| bool HasCustomizedSyncMenuItem();
|
|
|
| private:
|
| - bool has_error_;
|
| + string16 bubble_accept_label_;
|
| + string16 bubble_message_;
|
| + string16 menu_label_;
|
| ProfileSyncService* service_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SyncGlobalError);
|
|
|