summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/location_bar_view_gtk.cc
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-30 04:29:52 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-30 04:29:52 +0000
commit2d5a359ac6ce676191017e8ed4c07d99061e3883 (patch)
treebf56dc2ded3ed0de51c1a4e65bb7ff460e19d68f /chrome/browser/gtk/location_bar_view_gtk.cc
parent68ad3eeffee6a1e4972b099bffdef17b7d99624d (diff)
downloadchromium_src-2d5a359ac6ce676191017e8ed4c07d99061e3883.zip
chromium_src-2d5a359ac6ce676191017e8ed4c07d99061e3883.tar.gz
chromium_src-2d5a359ac6ce676191017e8ed4c07d99061e3883.tar.bz2
Add basic support for Content Blocked icons in the omnibox. Not yet
hooked to anything, so they'll never appear. BUG=33314 TEST=none Review URL: http://codereview.chromium.org/556077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37609 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk/location_bar_view_gtk.cc')
-rw-r--r--chrome/browser/gtk/location_bar_view_gtk.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/chrome/browser/gtk/location_bar_view_gtk.cc b/chrome/browser/gtk/location_bar_view_gtk.cc
index a52105d..3a9462ca 100644
--- a/chrome/browser/gtk/location_bar_view_gtk.cc
+++ b/chrome/browser/gtk/location_bar_view_gtk.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -510,6 +510,10 @@ void LocationBarViewGtk::FocusSearch() {
location_entry_->SetForcedQuery();
}
+void LocationBarViewGtk::UpdateContentBlockedIcons() {
+ // TODO(pkasting): Implement.
+}
+
void LocationBarViewGtk::UpdatePageActions() {
std::vector<ExtensionAction*> page_actions;
ExtensionsService* service = profile_->GetExtensionsService();