| Index: chrome/browser/ui/gtk/location_bar_view_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/location_bar_view_gtk.h b/chrome/browser/ui/gtk/location_bar_view_gtk.h
|
| index 91d77a8ad63629121bd261c4fc851a721cbb8833..b27ab6fc339616e1aed4722cc0d28a230224c752 100644
|
| --- a/chrome/browser/ui/gtk/location_bar_view_gtk.h
|
| +++ b/chrome/browser/ui/gtk/location_bar_view_gtk.h
|
| @@ -413,6 +413,9 @@ class LocationBarViewGtk : public OmniboxEditController,
|
| // Update the star icon after it is toggled or the theme changes.
|
| void UpdateStarIcon();
|
|
|
| + // Update the Chrome To Mobile command state.
|
| + void UpdateChromeToMobileState();
|
| +
|
| // Returns true if we should only show the URL and none of the extras like
|
| // the star button or page actions.
|
| bool ShouldOnlyShowLocation();
|
|
|