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

Unified Diff: content/public/browser/content_browser_client.h

Issue 8511075: Move the struct used when showing a desktop notification to content/public/common, so that chrome... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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
« no previous file with comments | « content/content_common.gypi ('k') | content/public/common/show_desktop_notification_params.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/content_browser_client.h
===================================================================
--- content/public/browser/content_browser_client.h (revision 109661)
+++ content/public/browser/content_browser_client.h (working copy)
@@ -36,12 +36,12 @@
class TabContents;
class TabContentsView;
class WorkerProcessHost;
-struct DesktopNotificationHostMsg_Show_Params;
struct WebPreferences;
namespace content {
class BrowserMainParts;
struct MainFunctionParams;
+struct ShowDesktopNotificationHostMsgParams;
}
namespace crypto {
@@ -265,7 +265,7 @@
// Show a desktop notification. If |worker| is true, the request came from an
// HTML5 web worker, otherwise, it came from a renderer.
virtual void ShowDesktopNotification(
- const DesktopNotificationHostMsg_Show_Params& params,
+ const content::ShowDesktopNotificationHostMsgParams& params,
int render_process_id,
int render_view_id,
bool worker) = 0;
« no previous file with comments | « content/content_common.gypi ('k') | content/public/common/show_desktop_notification_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698