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

Unified Diff: chrome/test/test_notification_tracker.h

Issue 3024002: Add IssueAuthToken support to the TokenService. (Closed)
Patch Set: Code review fixes Created 10 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
« no previous file with comments | « chrome/common_constants.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/test_notification_tracker.h
diff --git a/chrome/test/test_notification_tracker.h b/chrome/test/test_notification_tracker.h
index 2307b4b95199aad4eab25a8708f66f6537c8b290..fbd2f9b243de162b4a6c41430ce59e23a87b7e64 100644
--- a/chrome/test/test_notification_tracker.h
+++ b/chrome/test/test_notification_tracker.h
@@ -63,11 +63,11 @@ class TestNotificationTracker : public NotificationObserver {
// be in [0, size).
const Event& at(size_t i) const { return events_[i]; }
- private:
+ protected:
virtual void Observe(NotificationType type,
const NotificationSource& source,
const NotificationDetails& details);
-
+ private:
NotificationRegistrar registrar_;
// Lists all received since last cleared, in the order they were received.
« no previous file with comments | « chrome/common_constants.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698