summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-20 00:47:55 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-20 00:47:55 +0000
commitfabd89f6aa700cb0e59b04e92ce54e729cbd0c66 (patch)
treec4edb8bb0092771bbdce3cdfc3c0406b9d9f7875 /chrome/browser/gtk
parent01831c945da56f8ba24d379f321c91865d40a3d7 (diff)
downloadchromium_src-fabd89f6aa700cb0e59b04e92ce54e729cbd0c66.zip
chromium_src-fabd89f6aa700cb0e59b04e92ce54e729cbd0c66.tar.gz
chromium_src-fabd89f6aa700cb0e59b04e92ce54e729cbd0c66.tar.bz2
linux: more NOTIMPLEMENTED squashing.
BUG=12052 Review URL: http://codereview.chromium.org/113592 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16448 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk')
-rw-r--r--chrome/browser/gtk/location_bar_view_gtk.cc7
1 files changed, 6 insertions, 1 deletions
diff --git a/chrome/browser/gtk/location_bar_view_gtk.cc b/chrome/browser/gtk/location_bar_view_gtk.cc
index 4d26719..49f1a27 100644
--- a/chrome/browser/gtk/location_bar_view_gtk.cc
+++ b/chrome/browser/gtk/location_bar_view_gtk.cc
@@ -137,7 +137,12 @@ void LocationBarViewGtk::OnChanged() {
}
void LocationBarViewGtk::OnInputInProgress(bool in_progress) {
- NOTIMPLEMENTED();
+ // Here's a comment copied from the Windows code, which propagates this
+ // call up to the toolbar.
+ // "Called by the location bar view when the user starts typing in the edit.
+ // This forces our security style to be UNKNOWN for the duration of the
+ // editing."
+ // http://code.google.com/p/chromium/issues/detail?id=10965
}
SkBitmap LocationBarViewGtk::GetFavIcon() const {