| Index: chrome/browser/search_engines/template_url_service.h
|
| diff --git a/chrome/browser/search_engines/template_url_service.h b/chrome/browser/search_engines/template_url_service.h
|
| index 68c280b336a071f0345f7e8ebfdc550f8f8e63c9..fd3396660dddb69152e000237f751eeb159d0a7d 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_;
|
|
|