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

Unified Diff: chrome/browser/template_url_prepopulate_data.h

Issue 18263: Move search engines files into subdir (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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
« no previous file with comments | « chrome/browser/template_url_parser_unittest.cc ('k') | chrome/browser/template_url_prepopulate_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/template_url_prepopulate_data.h
===================================================================
--- chrome/browser/template_url_prepopulate_data.h (revision 8041)
+++ chrome/browser/template_url_prepopulate_data.h (working copy)
@@ -1,32 +0,0 @@
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_TEMPLATE_URL_PREPOPULATE_DATA_H__
-#define CHROME_BROWSER_TEMPLATE_URL_PREPOPULATE_DATA_H__
-
-#include <vector>
-
-class PrefService;
-class TemplateURL;
-
-namespace TemplateURLPrepopulateData {
-
-void RegisterUserPrefs(PrefService* prefs);
-
-// Returns the current version of the prepopulate data, so callers can know when
-// they need to re-merge.
-int GetDataVersion();
-
-// Loads the set of TemplateURLs from the prepopulate data. Ownership of the
-// TemplateURLs is passed to the caller. On return,
-// |default_search_provider_index| is set to the index of the default search
-// provider.
-void GetPrepopulatedEngines(PrefService* prefs,
- std::vector<TemplateURL*>* t_urls,
- size_t* default_search_provider_index);
-
-} // namespace TemplateURLPrepopulateData
-
-#endif // CHROME_BROWSER_TEMPLATE_URL_PREPOPULATE_DATA_H__
-
« no previous file with comments | « chrome/browser/template_url_parser_unittest.cc ('k') | chrome/browser/template_url_prepopulate_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698