Index: chrome/browser/shell_integration.h |
diff --git a/chrome/browser/shell_integration.h b/chrome/browser/shell_integration.h |
index 29e1d603ba90978550f3bb6a17162d8a50ba2618..e5ef657a7e59f0f6bb986ca586c2fa6c880bc9fc 100644 |
--- a/chrome/browser/shell_integration.h |
+++ b/chrome/browser/shell_integration.h |
@@ -150,6 +150,9 @@ class ShellIntegration { |
// earlier versions of Windows, if called from within metro-mode, if Chrome |
// is not the default browser, or if an actual error occurs. |
static bool ActivateMetroChrome(); |
+ |
+ // Returns the path to the Start Menu shortcut for the given Chrome. |
+ static FilePath GetStartMenuShortcut(const FilePath& chrome_exe); |
#endif // defined(OS_WIN) |
// The current default web client application UI state. This is used when |