diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-21 21:32:57 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-21 21:32:57 +0000 |
commit | 2426648da8f402fc25b714cadbfb6f87a2db0d31 (patch) | |
tree | d6d46668a84707d96af13204384ce99feb3c3155 | |
parent | e64ec2e60f5412c189638b9f1f36c78b4832a059 (diff) | |
download | chromium_src-2426648da8f402fc25b714cadbfb6f87a2db0d31.zip chromium_src-2426648da8f402fc25b714cadbfb6f87a2db0d31.tar.gz chromium_src-2426648da8f402fc25b714cadbfb6f87a2db0d31.tar.bz2 |
Restore two lines in hopes of greening perf bots
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72195 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/common/automation_messages_internal.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/common/automation_messages_internal.h b/chrome/common/automation_messages_internal.h index a6f3275..2b2765b 100644 --- a/chrome/common/automation_messages_internal.h +++ b/chrome/common/automation_messages_internal.h @@ -24,7 +24,7 @@ // any other purpose in these message types. // NOTE: All the new IPC messages should go at the end. -// The IPC message IDs need to match the reference builds. Since we know +// The IPC message IDs need to match the reference builds. Since we now // define the IDs based on __LINE__, to allow these IPC messages to be // used to control an old version of Chrome we need the message IDs to // remain the same. This means that you should not change the line number @@ -764,6 +764,7 @@ IPC_SYNC_MESSAGE_CONTROL3_1(AutomationMsg_ClickInfoBarAccept, int /* tab_handle */, int /* info bar index */, bool /* wait for navigation */, +// This line blank on purpose, see comment atop file about __LINE__. /* navigation result */ AutomationMsg_NavigationResponseValues) @@ -778,6 +779,7 @@ IPC_SYNC_MESSAGE_CONTROL1_1(AutomationMsg_GetLastNavigationTime, IPC_SYNC_MESSAGE_CONTROL2_1(AutomationMsg_WaitForNavigation, int /* tab_handle */, int64 /* last navigation time */, +// This line blank on purpose, see comment atop file about __LINE__. /* navigation result */ AutomationMsg_NavigationResponseValues) |