Index: chrome/browser/ui/startup/default_browser_prompt.h |
diff --git a/chrome/browser/ui/startup/default_browser_prompt.h b/chrome/browser/ui/startup/default_browser_prompt.h |
index 947ceb9db05cfa5bb20c89b6dbead15d46f28fb7..ca06150189f0c59a0887c55f1ccaf3b87ed29903 100644 |
--- a/chrome/browser/ui/startup/default_browser_prompt.h |
+++ b/chrome/browser/ui/startup/default_browser_prompt.h |
@@ -13,8 +13,8 @@ namespace chrome { |
void ShowDefaultBrowserPrompt(Profile* profile); |
// Shows a prompt UI to set the default browser on first run |
-// (if necessary and permitted). |
-void ShowFirstRunDefaultBrowserPrompt(Profile* profile); |
+// (if necessary and permitted). Returns true if the dialog has been launched. |
+bool ShowFirstRunDefaultBrowserPrompt(Profile* profile); |
} // namespace chrome |