| Index: content/shell/common/shell_messages.h
|
| diff --git a/content/shell/common/shell_messages.h b/content/shell/common/shell_messages.h
|
| index 928a5cd7110f7e73497daa6383ed1ad56914159f..188421d1a8f5a52f9146495ea4487d69e98dda7c 100644
|
| --- a/content/shell/common/shell_messages.h
|
| +++ b/content/shell/common/shell_messages.h
|
| @@ -32,10 +32,6 @@ IPC_MESSAGE_ROUTED0(ShellViewMsg_Reset)
|
| IPC_MESSAGE_CONTROL1(ShellViewMsg_SetWebKitSourceDir,
|
| base::FilePath /* webkit source dir */)
|
|
|
| -// Loads the hyphen dictionary used for layout tests.
|
| -IPC_MESSAGE_CONTROL1(ShellViewMsg_LoadHyphenDictionary,
|
| - IPC::PlatformFileForTransit /* dict_file */)
|
| -
|
| // Sets the initial configuration to use for layout tests.
|
| IPC_MESSAGE_ROUTED1(ShellViewMsg_SetTestConfiguration,
|
| content::ShellTestConfiguration)
|
|
|