diff options
author | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-01 23:34:29 +0000 |
---|---|---|
committer | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-01 23:34:29 +0000 |
commit | 16ee695911e2e911d6d5f33092e6748a9c907f39 (patch) | |
tree | c94164324f552d0da79947bf0de1cd7b1bbf88f6 /chrome/common/pref_names.cc | |
parent | 3579c4dbb74148d4d3f0bb594a099c97811b029e (diff) | |
download | chromium_src-16ee695911e2e911d6d5f33092e6748a9c907f39.zip chromium_src-16ee695911e2e911d6d5f33092e6748a9c907f39.tar.gz chromium_src-16ee695911e2e911d6d5f33092e6748a9c907f39.tar.bz2 |
Reverting 15115, it sadly breaks the ui tests.
TBR=beng
Review URL: http://codereview.chromium.org/100285
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15122 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r-- | chrome/common/pref_names.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index aaf54cc..77a6aff 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -243,10 +243,6 @@ const wchar_t kPrintingPageFooterLeft[] = L"printing.page.footer.left"; const wchar_t kPrintingPageFooterCenter[] = L"printing.page.footer.center"; const wchar_t kPrintingPageFooterRight[] = L"printing.page.footer.right"; -// Boolean that indicates whether we should check if we are the default browser -// on start-up. -const wchar_t kCheckDefaultBrowser[] = L"browser.check_default_browser"; - // *************** LOCAL STATE *************** // These are attached to the machine/installation |