summaryrefslogtreecommitdiffstats
path: root/chrome/browser/shell_integration.h
diff options
context:
space:
mode:
authorkuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-19 23:05:25 +0000
committerkuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-19 23:05:25 +0000
commit8f794cb1c1a3a989cf1fb2e453a56afadfa8db4c (patch)
tree3c6caa4facc64ee5e257591b135554b26027a2ff /chrome/browser/shell_integration.h
parent721c3f17a7fb36edaa17f607a11db9c82ba720ca (diff)
downloadchromium_src-8f794cb1c1a3a989cf1fb2e453a56afadfa8db4c.zip
chromium_src-8f794cb1c1a3a989cf1fb2e453a56afadfa8db4c.tar.gz
chromium_src-8f794cb1c1a3a989cf1fb2e453a56afadfa8db4c.tar.bz2
Move creation of 'open with' registry keys to installer. We should place nice and not create these keys on every Chrome start just in case user wants a customized open with list. So now we only create these keys at installation or when user choses to make Chrome default browser. Also we clean them up on uninstall.
BUG=1190855 Review URL: http://codereview.chromium.org/11491 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5726 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/shell_integration.h')
-rw-r--r--chrome/browser/shell_integration.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/chrome/browser/shell_integration.h b/chrome/browser/shell_integration.h
index 85e1c3c..165fa6c 100644
--- a/chrome/browser/shell_integration.h
+++ b/chrome/browser/shell_integration.h
@@ -9,17 +9,6 @@
class ShellIntegration {
public:
- // Makes sure we are installed as a handler for the types we care about.
- // It should be called once, probably at startup.
- //
- // It will not check everything right away, but will instead do it on a timer
- // to avoid blocking startup.
- static void VerifyInstallation();
-
- // Like VerifyInstallation() but does the operations synchronously, returning
- // true on success.
- static bool VerifyInstallationNow();
-
// Sets Chrome as default browser (only for current user). Returns false if
// this operation fails.
static bool SetAsDefaultBrowser();