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

Unified Diff: components/invalidation/invalidator_registrar.h

Issue 697953002: ObserverList::HasObserver now takes a const pointer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile errors (ChromeOS unit tests). Created 6 years, 1 month 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 | « components/invalidation/invalidation_logger.cc ('k') | components/invalidation/invalidator_registrar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/invalidation/invalidator_registrar.h
diff --git a/components/invalidation/invalidator_registrar.h b/components/invalidation/invalidator_registrar.h
index f2e41a2f6d27a3455d836e6f2a71fa211043847f..e6804bbfb14a82dd22363bc8b54e95215a0f11c8 100644
--- a/components/invalidation/invalidator_registrar.h
+++ b/components/invalidation/invalidator_registrar.h
@@ -76,7 +76,7 @@ class INVALIDATION_EXPORT InvalidatorRegistrar {
// to display every registered handlers and its objectsIds.
std::map<std::string, ObjectIdSet> GetSanitizedHandlersIdsMap();
- bool IsHandlerRegisteredForTest(InvalidationHandler* handler) const;
+ bool IsHandlerRegisteredForTest(const InvalidationHandler* handler) const;
// Needed for death tests.
void DetachFromThreadForTest();
« no previous file with comments | « components/invalidation/invalidation_logger.cc ('k') | components/invalidation/invalidator_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698