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

Unified Diff: chrome/browser/browser.cc

Issue 196113: Activate Chromium after opening a new window. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 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
Index: chrome/browser/browser.cc
===================================================================
--- chrome/browser/browser.cc (revision 26166)
+++ chrome/browser/browser.cc (working copy)
@@ -333,6 +333,7 @@
Browser* browser = Browser::Create(profile);
browser->AddBlankTab(true);
browser->window()->Show();
+ browser->window()->Activate();
John Grabowski 2009/09/16 20:14:02 Good catch to do this from the dock, but we'd only
}
// static

Powered by Google App Engine
This is Rietveld 408576698