| 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 8a114cce2f9f664499a01ba3ca4291eb89ad4794..0c370490900761a4d9beb4ebb0131c0c0606ae64 100644
|
| --- a/chrome/browser/sync/sync_global_error.h
|
| +++ b/chrome/browser/sync/sync_global_error.h
|
| @@ -27,6 +27,7 @@ class SyncGlobalError : public GlobalError,
|
| virtual void ExecuteMenuItem(Browser* browser) OVERRIDE;
|
|
|
| virtual bool HasBubbleView() OVERRIDE;
|
| + virtual gfx::Image GetBubbleViewIcon() OVERRIDE;
|
| virtual string16 GetBubbleViewTitle() OVERRIDE;
|
| virtual std::vector<string16> GetBubbleViewMessages() OVERRIDE;
|
| virtual string16 GetBubbleViewAcceptButtonLabel() OVERRIDE;
|
|
|