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

Unified Diff: chrome/browser/search_engines/search_provider_install_data.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/search_engines/search_provider_install_data.h
===================================================================
--- chrome/browser/search_engines/search_provider_install_data.h (revision 91968)
+++ chrome/browser/search_engines/search_provider_install_data.h (working copy)
@@ -18,7 +18,6 @@
class GURL;
class NotificationSource;
-class NotificationType;
class SearchHostToURLsMap;
class Task;
class TemplateURL;
@@ -46,7 +45,7 @@
// be kept up to date. (Note that this class may be deleted before or after
// that notification occurs. It doesn't matter.)
SearchProviderInstallData(WebDataService* web_service,
- NotificationType ui_death_notification,
+ int ui_death_notification,
const NotificationSource& ui_death_source);
virtual ~SearchProviderInstallData();
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_service.cc ('k') | chrome/browser/search_engines/search_provider_install_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698