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

Unified Diff: chrome/browser/chromeos/net/network_portal_detector_impl_browsertest.cc

Issue 264123002: Google Now Message Center Stats (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename 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
« no previous file with comments | « no previous file | chrome/browser/notifications/google_now_notification_stats_collector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/net/network_portal_detector_impl_browsertest.cc
diff --git a/chrome/browser/chromeos/net/network_portal_detector_impl_browsertest.cc b/chrome/browser/chromeos/net/network_portal_detector_impl_browsertest.cc
index 70a0135dea10ad283051575a58d2dbffdbde69bd..5060aeb72eefe04b2bc0f0ba5ab2553bc7cf17bd 100644
--- a/chrome/browser/chromeos/net/network_portal_detector_impl_browsertest.cc
+++ b/chrome/browser/chromeos/net/network_portal_detector_impl_browsertest.cc
@@ -69,7 +69,9 @@ class TestObserver : public MessageCenterObserver {
run_loop_.reset(new base::RunLoop());
}
- virtual void OnNotificationDisplayed(const std::string& notification_id)
+ virtual void OnNotificationDisplayed(
+ const std::string& notification_id,
+ const message_center::DisplaySource source)
OVERRIDE {
if (notification_id == kNotificationId)
MessageLoop::current()->PostTask(FROM_HERE, run_loop_->QuitClosure());
« no previous file with comments | « no previous file | chrome/browser/notifications/google_now_notification_stats_collector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698