Index: chrome/browser/views/options/exceptions_view.cc |
diff --git a/chrome/browser/views/options/exceptions_view.cc b/chrome/browser/views/options/exceptions_view.cc |
index 5e01b959ae3938b0a85537c998ca6ce553798c66..deb76e45e1b1e35396965fedf910bf59b27b4116 100644 |
--- a/chrome/browser/views/options/exceptions_view.cc |
+++ b/chrome/browser/views/options/exceptions_view.cc |
@@ -116,6 +116,8 @@ std::wstring ExceptionsView::GetWindowTitle() const { |
return l10n_util::GetString(IDS_PLUGINS_EXCEPTION_TITLE); |
case CONTENT_SETTINGS_TYPE_POPUPS: |
return l10n_util::GetString(IDS_POPUP_EXCEPTION_TITLE); |
+ case CONTENT_SETTINGS_TYPE_GEOLOCATION: |
+ return l10n_util::GetString(IDS_GEOLOCATION_EXCEPTION_TITLE); |
default: |
NOTREACHED(); |
} |