| Index: chrome/browser/gtk/options/content_exceptions_window_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/gtk/options/content_exceptions_window_gtk.cc (revision 42590)
|
| +++ chrome/browser/gtk/options/content_exceptions_window_gtk.cc (working copy)
|
| @@ -42,6 +42,8 @@
|
| ContentSettingsType type) {
|
| DCHECK(map);
|
| DCHECK(type < CONTENT_SETTINGS_NUM_TYPES);
|
| + // TODO(joth): remove once fully implemented.
|
| + DCHECK(type != CONTENT_SETTINGS_TYPE_GEOLOCATION);
|
|
|
| if (!instances[type]) {
|
| // Create the options window.
|
|
|