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

Unified Diff: content/shell/common/shell_messages.h

Issue 677673002: Move LayoutTestMessageFilter-related IPCs to their own message file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@n-land-cs-show
Patch Set: try including ipc_message_macros.h Created 6 years, 2 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: content/shell/common/shell_messages.h
diff --git a/content/shell/common/shell_messages.h b/content/shell/common/shell_messages.h
index cc6e2b24933daefd6bc230412ef48f389a2f0750..5c0cad838d831135a83fdd5117988c047de62bac 100644
--- a/content/shell/common/shell_messages.h
+++ b/content/shell/common/shell_messages.h
@@ -76,12 +76,6 @@ IPC_MESSAGE_ROUTED0(ShellViewHostMsg_TestFinishedInSecondaryWindow)
// WebTestDelegate related.
IPC_MESSAGE_ROUTED1(ShellViewHostMsg_OverridePreferences,
content::WebPreferences /* preferences */)
-IPC_SYNC_MESSAGE_ROUTED1_1(ShellViewHostMsg_RegisterIsolatedFileSystem,
- std::vector<base::FilePath> /* absolute_filenames */,
- std::string /* filesystem_id */)
-IPC_SYNC_MESSAGE_ROUTED1_1(ShellViewHostMsg_ReadFileToString,
- base::FilePath /* local path */,
- std::string /* contents */)
IPC_MESSAGE_ROUTED1(ShellViewHostMsg_PrintMessage,
std::string /* message */)
IPC_MESSAGE_ROUTED0(ShellViewHostMsg_ClearDevToolsLocalStorage)
@@ -95,21 +89,6 @@ IPC_MESSAGE_ROUTED0(ShellViewHostMsg_Reload)
IPC_MESSAGE_ROUTED2(ShellViewHostMsg_LoadURLForFrame,
GURL /* url */,
std::string /* frame_name */)
-IPC_MESSAGE_ROUTED0(ShellViewHostMsg_ClearAllDatabases)
-IPC_MESSAGE_ROUTED1(ShellViewHostMsg_SetDatabaseQuota,
- int /* quota */)
-IPC_SYNC_MESSAGE_ROUTED1_1(ShellViewHostMsg_CheckWebNotificationPermission,
- GURL /* origin */,
- int /* result */)
-IPC_MESSAGE_ROUTED2(ShellViewHostMsg_GrantWebNotificationPermission,
- GURL /* origin */,
- bool /* permission_granted */)
-IPC_MESSAGE_ROUTED0(ShellViewHostMsg_ClearWebNotificationPermissions)
-IPC_MESSAGE_ROUTED1(ShellViewHostMsg_SimulateWebNotificationClick,
- std::string /* title */)
-IPC_MESSAGE_ROUTED1(ShellViewHostMsg_AcceptAllCookies,
- bool /* accept */)
-IPC_MESSAGE_ROUTED0(ShellViewHostMsg_DeleteAllCookies)
IPC_MESSAGE_ROUTED1(ShellViewHostMsg_SetDeviceScaleFactor,
float /* factor */)
IPC_MESSAGE_ROUTED0(ShellViewHostMsg_CaptureSessionHistory)
« no previous file with comments | « content/shell/common/layout_test/layout_test_messages.cc ('k') | content/shell/renderer/layout_test/webkit_test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698