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

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

Issue 7327007: Moving notification types which are chrome specific to a new header file chrome_notification_type... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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/web_resource_service.h
===================================================================
--- chrome/browser/web_resource/web_resource_service.h (revision 91968)
+++ chrome/browser/web_resource/web_resource_service.h (working copy)
@@ -9,7 +9,7 @@
#include <string>
#include "content/browser/utility_process_host.h"
-#include "content/common/notification_type.h"
+#include "content/common/content_notification_types.h"
class DictionaryValue;
class PrefService;
@@ -24,7 +24,7 @@
WebResourceService(PrefService* prefs,
const char* web_resource_server,
bool apply_locale_to_url_,
- NotificationType::Type notification_type,
+ int notification_type,
const char* last_update_time_pref_name,
int start_fetch_delay,
int cache_update_delay);
@@ -87,7 +87,7 @@
bool apply_locale_to_url_;
// Notification type when an update is done.
- NotificationType::Type notification_type_;
+ int notification_type_;
// Pref name to store the last update's time.
const char* last_update_time_pref_name_;
« no previous file with comments | « chrome/browser/web_resource/promo_resource_service.cc ('k') | chrome/browser/web_resource/web_resource_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698