Index: chrome/browser/content_exceptions_table_model.cc |
diff --git a/chrome/browser/content_exceptions_table_model.cc b/chrome/browser/content_exceptions_table_model.cc |
index d7f1bb6fa8c80d23e449bac43336809113bbf44c..d149a6dab168c0e970019f8bb461b2847de880a8 100644 |
--- a/chrome/browser/content_exceptions_table_model.cc |
+++ b/chrome/browser/content_exceptions_table_model.cc |
@@ -99,8 +99,6 @@ std::wstring ContentExceptionsTableModel::GetText(int row, int column_id) { |
return l10n_util::GetString(IDS_EXCEPTIONS_ALLOW_BUTTON); |
case CONTENT_SETTING_BLOCK: |
return l10n_util::GetString(IDS_EXCEPTIONS_BLOCK_BUTTON); |
- case CONTENT_SETTING_ASK: |
- return l10n_util::GetString(IDS_EXCEPTIONS_ASK_BUTTON); |
case CONTENT_SETTING_SESSION_ONLY: |
return l10n_util::GetString(IDS_EXCEPTIONS_SESSION_ONLY_BUTTON); |
default: |