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

Unified Diff: chrome/browser/search_engines/chrome_template_url_service_client.h

Issue 2354413004: Delete from Sync the artificial search engines created by the omnibox extensions. (Closed)
Patch Set: comments Created 4 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/search_engines/chrome_template_url_service_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/search_engines/chrome_template_url_service_client.h
diff --git a/chrome/browser/search_engines/chrome_template_url_service_client.h b/chrome/browser/search_engines/chrome_template_url_service_client.h
index 03c590362dcd5ec38991bb54c9656b52d7767f54..de0bfbfeed9078b80507a05822d796ac038dbeeb 100644
--- a/chrome/browser/search_engines/chrome_template_url_service_client.h
+++ b/chrome/browser/search_engines/chrome_template_url_service_client.h
@@ -31,7 +31,7 @@ class ChromeTemplateURLServiceClient : public TemplateURLServiceClient,
TemplateURLID id,
const base::string16& term) override;
void AddKeywordGeneratedVisit(const GURL& url) override;
- void RestoreExtensionInfoIfNecessary(TemplateURL* template_url) override;
+ bool IsOmniboxExtensionURL(const std::string& url) override;
// history::HistoryServiceObserver:
void OnURLVisited(history::HistoryService* history_service,
« no previous file with comments | « no previous file | chrome/browser/search_engines/chrome_template_url_service_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698