Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3964)

Unified Diff: chrome/browser/cocoa/content_blocked_bubble_controller.mm

Issue 1241006: Add Geolocation to the content types. This adds several special case guards s... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/gtk/options/content_exceptions_window_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | chrome/browser/gtk/options/content_exceptions_window_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698