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

Unified Diff: chrome/test/ui/ui_test.cc

Issue 10800031: Remove details from BROWSER_CLOSING and BROWSER_CLOSED notifications. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated logic / comment for pinned tabs Created 8 years, 5 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/test/ui/ui_test.cc
diff --git a/chrome/test/ui/ui_test.cc b/chrome/test/ui/ui_test.cc
index be708eaee28a8ac3c595e8803483a912dc82f3ca..254971b200a9142c51edcd68e47e540f1fc069fb 100644
--- a/chrome/test/ui/ui_test.cc
+++ b/chrome/test/ui/ui_test.cc
@@ -407,7 +407,7 @@ bool UITestBase::CloseBrowser(BrowserProxy* browser,
bool result = true;
bool succeeded = automation()->Send(new AutomationMsg_CloseBrowser(
- browser->handle(), &result, application_closed));
+ browser->handle(), &result));
if (!succeeded)
return false;
« chrome/browser/ui/tabs/pinned_tab_service.cc ('K') | « chrome/common/chrome_notification_types.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698