diff options
author | avi@google.com <avi@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-04 17:58:46 +0000 |
---|---|---|
committer | avi@google.com <avi@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-04 17:58:46 +0000 |
commit | f63ae31ec0812e1f032631fd6b3f8b87946fcd34 (patch) | |
tree | 304e8c4cbc01fc9a5540ff132aac3a238d6e67e6 /chrome/common/pref_names.h | |
parent | 8c992fc4b043391a8db1f0ef0926186d5081d487 (diff) | |
download | chromium_src-f63ae31ec0812e1f032631fd6b3f8b87946fcd34.zip chromium_src-f63ae31ec0812e1f032631fd6b3f8b87946fcd34.tar.gz chromium_src-f63ae31ec0812e1f032631fd6b3f8b87946fcd34.tar.bz2 |
Bring many of the template_url classes into the fold for the Mac. Note that template_url_model_unittest isn't there; it requires a working database first.
Review URL: http://codereview.chromium.org/19714
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9140 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index 7db0d1b..f0c514c 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -148,7 +148,8 @@ extern const wchar_t kShouldShowWelcomePage[]; extern const wchar_t kLastKnownGoogleURL[]; -extern const wchar_t kGeoIDAtInstall[]; +extern const wchar_t kCountryIDAtInstall[]; +extern const wchar_t kGeoIDAtInstall[]; // OBSOLETE extern const wchar_t kShutdownType[]; extern const wchar_t kShutdownNumProcesses[]; |