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

Unified Diff: content/common/view_messages.h

Issue 11866004: Add scheme to HostZoomMap (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Eliminate old methods in interface Created 7 years, 10 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/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 22c246d6e8ed9ddb7d1d4a523f8e9e3dfd793527..04c0c7d2be9b8f6f8b27e2c868efeca463a73315 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -1027,7 +1027,9 @@ IPC_MESSAGE_ROUTED2(ViewMsg_SetZoomLevelForLoadingURL,
// Set the zoom level for a particular url, so all render views
// displaying this url can update their zoom levels to match.
-IPC_MESSAGE_CONTROL2(ViewMsg_SetZoomLevelForCurrentURL,
+// If scheme is empty, then only host is used for matching.
+IPC_MESSAGE_CONTROL3(ViewMsg_SetZoomLevelForCurrentURL,
+ std::string /* scheme */,
std::string /* host */,
double /* zoom_level */)

Powered by Google App Engine
This is Rietveld 408576698