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

Unified Diff: chrome/browser/web_resource/promo_resource_service.h

Issue 10911196: Support for ntp promo bubble. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: allow BR in parseHtmlSubset Created 8 years, 3 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/browser/web_resource/promo_resource_service.h
===================================================================
--- chrome/browser/web_resource/promo_resource_service.h (revision 155564)
+++ chrome/browser/web_resource/promo_resource_service.h (working copy)
@@ -8,13 +8,13 @@
#include <string>
#include "base/memory/weak_ptr.h"
-#include "chrome/browser/web_resource/notification_promo.h"
#include "chrome/browser/web_resource/web_resource_service.h"
namespace base {
class DictionaryValue;
}
+class NotificationPromo;
class PrefService;
class Profile;
@@ -41,7 +41,7 @@
// Schedule a notification that a web resource is either going to become
// available or be no longer valid.
- void ScheduleNotification(double start, double end);
+ void ScheduleNotification(const NotificationPromo& notification_promo);
// Schedules the initial notification for when the web resource is going
// to become available or no longer valid. This performs a few additional
« no previous file with comments | « chrome/browser/web_resource/notification_promo.cc ('k') | chrome/browser/web_resource/promo_resource_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698