| Index: chrome/browser/cocoa/content_blocked_bubble_controller.mm
|
| ===================================================================
|
| --- chrome/browser/cocoa/content_blocked_bubble_controller.mm (revision 42590)
|
| +++ chrome/browser/cocoa/content_blocked_bubble_controller.mm (working copy)
|
| @@ -94,6 +94,9 @@
|
| @"ContentBlockedJavaScript",
|
| @"ContentBlockedPlugins",
|
| @"ContentBlockedPopups",
|
| + // TODO(joth/thakis): Implement Geolocation. In the meantime, use
|
| + // another xib here to keep the unit test happy.
|
| + @"ContentBlockedCookies",
|
| };
|
| COMPILE_ASSERT(arraysize(nibPaths) == CONTENT_SETTINGS_NUM_TYPES,
|
| nibPaths_requires_an_entry_for_every_setting_type);
|
|
|