Index: chrome/browser/ui/views/location_bar/selected_keyword_view.h |
=================================================================== |
--- chrome/browser/ui/views/location_bar/selected_keyword_view.h (revision 95527) |
+++ chrome/browser/ui/views/location_bar/selected_keyword_view.h (working copy) |
@@ -36,8 +36,6 @@ |
void SetKeyword(const string16& keyword); |
string16 keyword() const { return keyword_; } |
- void set_profile(Profile* profile) { profile_ = profile; } |
- |
private: |
// The keyword we're showing. If empty, no keyword is selected. |
// NOTE: we don't cache the TemplateURL as it is possible for it to get |