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

Unified Diff: chrome/browser/ui/views/location_bar/location_bar_view.h

Issue 1402363013: Update location bar bubble/icon behavior. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/ui/views/location_bar/location_bar_view.h
diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.h b/chrome/browser/ui/views/location_bar/location_bar_view.h
index ebd575526bab74a1bcefd47a237391d429f1a1cc..f5c7f9465c0351c9290a5873ff26be3c6281215c 100644
--- a/chrome/browser/ui/views/location_bar/location_bar_view.h
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
@@ -183,9 +183,6 @@ class LocationBarView : public LocationBar,
return save_credit_card_icon_view_;
}
- // Toggles the translate icon on or off.
- void SetTranslateIconToggled(bool on);
-
// The translate icon. It may not be visible.
TranslateIconView* translate_icon_view() { return translate_icon_view_; }

Powered by Google App Engine
This is Rietveld 408576698