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

Unified Diff: trunk/src/chrome/browser/notifications/sync_notifier/synced_notification_app_info.h

Issue 269893004: Revert 268203 "There are many ways to get it wrong." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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: trunk/src/chrome/browser/notifications/sync_notifier/synced_notification_app_info.h
===================================================================
--- trunk/src/chrome/browser/notifications/sync_notifier/synced_notification_app_info.h (revision 268216)
+++ trunk/src/chrome/browser/notifications/sync_notifier/synced_notification_app_info.h (working copy)
@@ -72,7 +72,7 @@
std::vector<std::string> added_app_ids() { return added_app_ids_; }
// If an app info is updated removing app ids, keep track of the removed app
- // ids so we can later remove any affected notifications.
+ // ids so we can later remove any affected notfications.
void set_removed_app_ids(std::vector<std::string> removed_app_ids) {
removed_app_ids_ = removed_app_ids;
}
« no previous file with comments | « trunk/src/base/observer_list_unittest.cc ('k') | trunk/src/chrome/browser/sync/test/integration/sync_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698