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

Unified Diff: chrome/browser/gtk/options/content_exceptions_window_gtk.cc

Issue 650180: Initial Geolocation location bar icons. (Closed)
Patch Set: Addresses Peter and Brett's comments. 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
Index: chrome/browser/gtk/options/content_exceptions_window_gtk.cc
diff --git a/chrome/browser/gtk/options/content_exceptions_window_gtk.cc b/chrome/browser/gtk/options/content_exceptions_window_gtk.cc
index cabf0644a974bbf84916b1541ba04820f0b6753c..a109f34e4e058d35f496671b028eea43970ca88b 100644
--- a/chrome/browser/gtk/options/content_exceptions_window_gtk.cc
+++ b/chrome/browser/gtk/options/content_exceptions_window_gtk.cc
@@ -243,6 +243,8 @@ std::string ContentExceptionsWindowGtk::GetWindowTitle() const {
return l10n_util::GetStringUTF8(IDS_PLUGINS_EXCEPTION_TITLE);
case CONTENT_SETTINGS_TYPE_POPUPS:
return l10n_util::GetStringUTF8(IDS_POPUP_EXCEPTION_TITLE);
+ case CONTENT_SETTINGS_TYPE_GEOLOCATION:
+ return l10n_util::GetStringUTF8(IDS_GEOLOCATION_EXCEPTION_TITLE);
default:
NOTREACHED();
}
« no previous file with comments | « chrome/browser/gtk/content_blocked_bubble_gtk.cc ('k') | chrome/browser/gtk/options/content_settings_window_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698