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

Unified Diff: chrome/installer/util/shell_util.h

Issue 10963004: Fix registerProtocolHandler OS registration on Windows 8 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review feedback Created 8 years, 3 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/shell_integration_win.cc ('k') | chrome/installer/util/shell_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/shell_util.h
diff --git a/chrome/installer/util/shell_util.h b/chrome/installer/util/shell_util.h
index 096b7dc657869f7000f61bb3e4d2010072258593..ed0d99d54dacc499be8077be1b7e756ec79b20cb 100644
--- a/chrome/installer/util/shell_util.h
+++ b/chrome/installer/util/shell_util.h
@@ -313,6 +313,19 @@ class ShellUtil {
const string16& chrome_exe,
const string16& protocol);
+
grt (UTC plus 2) 2012/09/24 14:46:20 nit: only one blank line between functions.
+ // Shows to the user a system dialog where Chrome can be set as the
+ // default handler for the given protocol. This is intended for Windows 8
+ // and above only. This is a blocking call.
+ //
+ // |dist| gives the type of browser distribution currently in use.
+ // |chrome_exe| The chrome.exe path to register as default browser.
+ // |protocol| is the protocol being registered.
+ static bool ShowMakeChromeDefaultProtocolClientSystemUI(
+ BrowserDistribution* dist,
+ const string16& chrome_exe,
+ const string16& protocol);
+
// Registers Chrome as a potential default browser and handler for filetypes
// and protocols.
// If Chrome is already registered, this method is a no-op.
« no previous file with comments | « chrome/browser/shell_integration_win.cc ('k') | chrome/installer/util/shell_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698