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

Unified Diff: chrome/browser/ui/startup/default_browser_prompt.cc

Issue 10696093: Hide the main window when Set-As-Default dialog is present. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved close/reshow code to the dialog delegate. Created 8 years, 4 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
Index: chrome/browser/ui/startup/default_browser_prompt.cc
diff --git a/chrome/browser/ui/startup/default_browser_prompt.cc b/chrome/browser/ui/startup/default_browser_prompt.cc
index 0f378de09a9b10e1e614b28d6153d37655b7feec..c4c05b045217ac7c6127e0215fd46146597e6b48 100644
--- a/chrome/browser/ui/startup/default_browser_prompt.cc
+++ b/chrome/browser/ui/startup/default_browser_prompt.cc
@@ -205,7 +205,8 @@ void ShowDefaultBrowserPrompt(Profile* profile) {
}
#if !defined(OS_WIN)
-void ShowFirstRunDefaultBrowserPrompt(Profile* profile) {
+bool ShowFirstRunDefaultBrowserPrompt(Profile* profile) {
+ return false;
}
#endif

Powered by Google App Engine
This is Rietveld 408576698