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

Unified Diff: content/common/desktop_notification_messages.h

Issue 8312005: Ignore paths when matching patterns for extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 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/common/desktop_notification_messages.h
diff --git a/content/common/desktop_notification_messages.h b/content/common/desktop_notification_messages.h
index c8642e9005f075248414531aaa50dfaea6c4ce6b..cc4f127895d071d2fcdfe9cc8c51614c75c06760 100644
--- a/content/common/desktop_notification_messages.h
+++ b/content/common/desktop_notification_messages.h
@@ -76,5 +76,5 @@ IPC_MESSAGE_ROUTED2(DesktopNotificationHostMsg_RequestPermission,
int /* callback_context */)
IPC_SYNC_MESSAGE_ROUTED1_1(DesktopNotificationHostMsg_CheckPermission,
- GURL /* source page */,
+ GURL /* origin */,
int /* permission_result */)
« no previous file with comments | « content/browser/renderer_host/render_message_filter.cc ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698