| Index: chrome/test/automation/automation_messages_internal.h
|
| ===================================================================
|
| --- chrome/test/automation/automation_messages_internal.h (revision 27032)
|
| +++ chrome/test/automation/automation_messages_internal.h (working copy)
|
| @@ -822,14 +822,14 @@
|
| int /* browser handle */,
|
| std::wstring /* pref name */,
|
| std::wstring /* pref value */,
|
| - bool)
|
| + bool /* success */)
|
|
|
| // This messages gets a boolean-value preference.
|
| IPC_SYNC_MESSAGE_ROUTED2_2(AutomationMsg_GetBooleanPreference,
|
| int /* browser handle */,
|
| std::wstring /* pref name */,
|
| - bool /* success */,
|
| - bool /* pref value */)
|
| + bool /* pref value */,
|
| + bool /* success */)
|
|
|
| // This messages sets a boolean-value preference.
|
| IPC_SYNC_MESSAGE_ROUTED3_1(AutomationMsg_SetBooleanPreference,
|
|
|