Index: chrome/test/automation/automation_messages_internal.h |
=================================================================== |
--- chrome/test/automation/automation_messages_internal.h (revision 42690) |
+++ chrome/test/automation/automation_messages_internal.h (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -1307,10 +1307,4 @@ |
IPC_SYNC_MESSAGE_ROUTED0_1(AutomationMsg_WaitForPopupMenuToOpen, |
bool /* success */) |
- // This message informs the browser process to remove the history entries |
- // for the specified types across all time ranges. See |
- // browsing_data_remover.h for a list of REMOVE_* types supported in the |
- // remove_mask parameter. |
- IPC_MESSAGE_ROUTED1(AutomationMsg_RemoveBrowsingData, int) |
- |
IPC_END_MESSAGES(Automation) |