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

Unified Diff: chrome/common/render_messages_internal.h

Issue 19486: Lint cleanup. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 11 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: chrome/common/render_messages_internal.h
===================================================================
--- chrome/common/render_messages_internal.h (revision 8931)
+++ chrome/common/render_messages_internal.h (working copy)
@@ -389,7 +389,7 @@
ViewHostMsg_Accessibility_Out_Params
/* output parameters */)
- // Requests the renderer to clear cashed accessibility information. Takes an
+ // Requests the renderer to clear cashed accessibility information. Takes an
// id to clear a specific hashmap entry, and a bool; true clears all, false
// does not.
IPC_MESSAGE_ROUTED2(ViewMsg_ClearAccessibilityInfo,
@@ -404,7 +404,7 @@
// Get html data by serializing all frames of current page with lists
// which contain all resource links that have local copy.
IPC_MESSAGE_ROUTED3(ViewMsg_GetSerializedHtmlDataForCurrentPageWithLocalLinks,
- std::vector<std::wstring> /* urls which have local copy */,
+ std::vector<std::wstring> /* urls that have local copy */,
std::vector<std::wstring> /* paths of local copy */,
std::wstring /* local directory path */)
@@ -450,9 +450,9 @@
gfx::Size /* The view size to be repainted */)
#ifdef CHROME_PERSONALIZATION
- IPC_MESSAGE_ROUTED2(ViewMsg_PersonalizationEvent,
+ IPC_MESSAGE_ROUTED2(ViewMsg_PersonalizationEvent,
std::string /* event name */,
- std::string /* event arguments */)
+ std::string /* event arguments */)
#endif
// Posts a message to the renderer.
IPC_MESSAGE_ROUTED2(ViewMsg_HandleMessageFromExternalHost,
@@ -576,8 +576,8 @@
// TODO(darin): use a UTF-8 string to reduce data size
IPC_MESSAGE_ROUTED2(ViewHostMsg_UpdateTitle, int32, std::wstring)
- // Change the encoding name of the page in UI when the page has detected proper
- // encoding name.
+ // Change the encoding name of the page in UI when the page has detected
+ // proper encoding name.
IPC_MESSAGE_ROUTED1(ViewHostMsg_UpdateEncoding,
std::wstring /* new encoding name */)

Powered by Google App Engine
This is Rietveld 408576698