| Index: chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm
|
| diff --git a/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm b/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm
|
| index 1a2293557af964185daad0552813cf7522fc1756..121012d83f2ad70642dc851084d62d839c30cf40 100644
|
| --- a/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm
|
| +++ b/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm
|
| @@ -281,7 +281,8 @@ class ContentSettingBubbleWebContentsObserverBridge
|
| case CONTENT_SETTINGS_TYPE_MEDIASTREAM_MIC:
|
| case CONTENT_SETTINGS_TYPE_MEDIASTREAM_CAMERA:
|
| case CONTENT_SETTINGS_NUM_TYPES:
|
| - // TODO(miguelg): Remove this when bubble support is implemented
|
| + // TODO(miguelg): Remove this nib content settings support
|
| + // is implemented
|
| case CONTENT_SETTINGS_TYPE_PUSH_MESSAGING:
|
| NOTREACHED();
|
| }
|
|
|