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

Unified Diff: chrome/browser/chrome_notification_types.h

Issue 284343003: Elimate NOTIFICATION_GOOGLE_URL_UPDATED (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit Created 6 years, 7 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/chrome_notification_types.h
diff --git a/chrome/browser/chrome_notification_types.h b/chrome/browser/chrome_notification_types.h
index f36ed3e33308ea70a853f048d9c94f8f9f712b7f..6e1adf46d76fd0f8e7a20887b7a51fc2617c76dc 100644
--- a/chrome/browser/chrome_notification_types.h
+++ b/chrome/browser/chrome_notification_types.h
@@ -347,18 +347,6 @@ enum NotificationType {
// This is sent from Instant when the omnibox focus state changes.
NOTIFICATION_OMNIBOX_FOCUS_CHANGED,
- // Sent when the Google URL for a profile has been updated. Some services
- // cache this value and need to update themselves when it changes. See
- // google_util::GetGoogleURLAndUpdateIfNecessary(). The source is the
- // Profile, the details a GoogleURLTracker::UpdatedDetails containing the old
- // and new URLs.
- //
- // Note that because incognito mode requests for the GoogleURLTracker are
- // redirected to the non-incognito profile's copy, this notification will only
- // ever fire on non-incognito profiles; thus listeners should use
- // GetOriginalProfile() when constructing a Source to filter against.
- NOTIFICATION_GOOGLE_URL_UPDATED,
-
// Printing ----------------------------------------------------------------
// Notification from PrintJob that an event occurred. It can be that a page
« no previous file with comments | « no previous file | chrome/browser/google/google_url_tracker.h » ('j') | chrome/browser/google/google_url_tracker_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698