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

Unified Diff: chrome/browser/ui/webui/ntp/ntp_resource_cache.cc

Issue 7747043: WORK IN PROGRESS. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Small change Created 9 years, 4 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
« no previous file with comments | « chrome/browser/sync/syncable/model_type.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
diff --git a/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc b/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
index 1d41a8b6e5a3b83daff0a589c8d949693ae6140e..263e924e6776a502ed2ff67f2a3ef8e1bd437c83 100644
--- a/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
+++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
@@ -483,6 +483,8 @@ string16 NTPResourceCache::GetSyncTypeMessage() {
return l10n_util::GetStringUTF16(IDS_SYNC_ADDED_SESSIONS);
} else if (unacknowledged.test(syncable::TYPED_URLS)) {
return l10n_util::GetStringUTF16(IDS_SYNC_ADDED_TYPED_URLS);
+ } else if (unacknowledged.test(syncable::EXTENSION_SETTINGS)) {
not at google - send to devlin 2011/08/26 09:58:47 I'm not sure what this is about but the CHECK on t
+ LOG(ERROR) << "Got unacknowledged settings sync something. What???";
} else {
// Shouldn't be possible for any other types to be unacknowledged.
CHECK(!unacknowledged.any());
« no previous file with comments | « chrome/browser/sync/syncable/model_type.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698