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

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

Issue 9285002: Remove the first-run search engine dialog/ballot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and merge. Created 8 years, 11 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: 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_;
« no previous file with comments | « chrome/browser/google/google_update_settings_unittest.cc ('k') | chrome/browser/ui/cocoa/first_run_dialog.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698