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

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 91771)
+++ chrome/browser/web_resource/web_resource_service.h (working copy)
@@ -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_;

Powered by Google App Engine
This is Rietveld 408576698