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

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: rebase 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 0b17ae7c3c3810c8f6605e316edc2f844227c1fd..b31d937849f814ee01d2547919a618f68ab5f52e 100644
--- a/chrome/browser/ui/views/location_bar/location_bar_view.h
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
@@ -177,9 +177,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