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

Unified Diff: chrome/common/automation_messages_internal.h

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/common/automation_messages_internal.h
diff --git a/chrome/common/automation_messages_internal.h b/chrome/common/automation_messages_internal.h
index b7badc4ba790454824149381c057deaa66cee2d2..1e7f33c459ed5b2e2980da71dca0fb1583baf2ca 100644
--- a/chrome/common/automation_messages_internal.h
+++ b/chrome/common/automation_messages_internal.h
@@ -312,11 +312,8 @@ IPC_SYNC_MESSAGE_CONTROL2_1(AutomationMsg_CloseTab,
// - int: handle of the browser which contains the tab
// Response:
// - bool: whether the operation was successfull.
-// - bool: whether the browser process will be terminated as a result (if
-// this was the last closed browser window).
-IPC_SYNC_MESSAGE_CONTROL1_2(AutomationMsg_CloseBrowser,
+IPC_SYNC_MESSAGE_CONTROL1_1(AutomationMsg_CloseBrowser,
int,
- bool,
bool)
#if defined(OS_WIN)

Powered by Google App Engine
This is Rietveld 408576698