Chromium Code Reviews| Index: components/search_engines/template_url_data.h |
| diff --git a/components/search_engines/template_url_data.h b/components/search_engines/template_url_data.h |
| index b460150b109fa20ead76a85fd66b8a31ff4639a8..384412acaf6954022524456cfa84a26d7adadd5e 100644 |
| --- a/components/search_engines/template_url_data.h |
| +++ b/components/search_engines/template_url_data.h |
| @@ -28,6 +28,7 @@ struct TemplateURLData { |
| // The shortcut for this TemplateURL. |keyword| must be non-empty. |
| void SetKeyword(const base::string16& keyword); |
| const base::string16& keyword() const { return keyword_; } |
| + bool has_custom_keyword; |
|
Peter Kasting
2014/07/29 18:33:31
I'd like to not introduce this to TemplateURLData.
Nikhil
2014/07/30 07:31:29
Done.
|
| // The raw URL for the TemplateURL, which may not be valid as-is (e.g. because |
| // it requires substitutions first). This must be non-empty. |