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

Unified Diff: components/search_engines/template_url_data.h

Issue 426653002: Import keywords for search engines imported from Firefox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 6 years, 5 months 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: 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.

Powered by Google App Engine
This is Rietveld 408576698