| Index: chrome/browser/cocoa/content_blocked_bubble_controller.mm
|
| diff --git a/chrome/browser/cocoa/content_blocked_bubble_controller.mm b/chrome/browser/cocoa/content_blocked_bubble_controller.mm
|
| index 2011be246a653576e9ebe308362a5d4be478308e..e76c70e5d2efd373d4f1c9f61d5cdc74563f282d 100644
|
| --- a/chrome/browser/cocoa/content_blocked_bubble_controller.mm
|
| +++ b/chrome/browser/cocoa/content_blocked_bubble_controller.mm
|
| @@ -94,9 +94,7 @@ NSString* ReplaceNSStringPlaceholders(NSString* formatString,
|
| @"ContentBlockedJavaScript",
|
| @"ContentBlockedPlugins",
|
| @"ContentBlockedPopups",
|
| - // TODO(joth/thakis): Implement Geolocation. In the meantime, use
|
| - // another xib here to keep the unit test happy.
|
| - @"ContentBlockedCookies",
|
| + @"ContentBubbleGeolocation",
|
| };
|
| COMPILE_ASSERT(arraysize(nibPaths) == CONTENT_SETTINGS_NUM_TYPES,
|
| nibPaths_requires_an_entry_for_every_setting_type);
|
|
|