summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorjcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-01 23:34:29 +0000
committerjcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-01 23:34:29 +0000
commit16ee695911e2e911d6d5f33092e6748a9c907f39 (patch)
treec94164324f552d0da79947bf0de1cd7b1bbf88f6 /chrome/common
parent3579c4dbb74148d4d3f0bb594a099c97811b029e (diff)
downloadchromium_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')
-rw-r--r--chrome/common/pref_names.cc4
-rw-r--r--chrome/common/pref_names.h2
2 files changed, 0 insertions, 6 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
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 53385fd..a9a37ab 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -87,8 +87,6 @@ extern const wchar_t kPrintingPageHeaderRight[];
extern const wchar_t kPrintingPageFooterLeft[];
extern const wchar_t kPrintingPageFooterCenter[];
extern const wchar_t kPrintingPageFooterRight[];
-extern const wchar_t kCheckDefaultBrowser[];
-
// Local state
extern const wchar_t kAvailableProfiles[];