summaryrefslogtreecommitdiffstats
path: root/chrome/browser/search_engines
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/search_engines')
-rw-r--r--chrome/browser/search_engines/template_url_service.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/chrome/browser/search_engines/template_url_service.h b/chrome/browser/search_engines/template_url_service.h
index 68c280b..fd33966 100644
--- a/chrome/browser/search_engines/template_url_service.h
+++ b/chrome/browser/search_engines/template_url_service.h
@@ -279,14 +279,6 @@ class TemplateURLService : public WebDataServiceConsumer,
Profile* profile() const { return profile_; }
- void SetSearchEngineDialogSlot(int slot) {
- search_engine_dialog_chosen_slot_ = slot;
- }
-
- int GetSearchEngineDialogSlot() const {
- return search_engine_dialog_chosen_slot_;
- }
-
// Returns a SyncData with a sync representation of the search engine data
// from |turl|.
static SyncData CreateSyncDataFromTemplateURL(const TemplateURL& turl);
@@ -552,10 +544,6 @@ class TemplateURLService : public WebDataServiceConsumer,
// TemplateURL owned by template_urls_.
const TemplateURL* default_search_provider_;
- // Used for UX testing. Gives the slot in the search engine dialog that was
- // chosen as the default search engine.
- int search_engine_dialog_chosen_slot_;
-
// The initial search provider extracted from preferences. This is only valid
// if we haven't been loaded or loading failed.
scoped_ptr<TemplateURL> initial_default_search_provider_;