Index: chrome/browser/platform_util.h |
diff --git a/chrome/browser/platform_util.h b/chrome/browser/platform_util.h |
index 2cc4c1b8e45912fac704c2023d29e6192d76ee73..74a453747a3e3b10a1a483e17763f741d7422140 100644 |
--- a/chrome/browser/platform_util.h |
+++ b/chrome/browser/platform_util.h |
@@ -87,6 +87,10 @@ Channel GetChannel(); |
// Returns true if the running browser can be set as the default browser. |
bool CanSetAsDefaultBrowser(); |
+// Returns true if the running browser can be set as the default client |
+// application for the given protocol. |
+bool CanSetAsDefaultProtocolClient(const std::string& protocol); |
+ |
} |
#endif // CHROME_BROWSER_PLATFORM_UTIL_H_ |