Searched defs:test_notifier (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/metrics/variations/
H A Dvariations_service_unittest.cc40 TestVariationsService(TestRequestAllowedNotifier* test_notifier, argument
42 : VariationsService(test_notifier, local_state, NULL),
271 TestRequestAllowedNotifier* test_notifier = new TestRequestAllowedNotifier; local
272 TestVariationsService test_service(test_notifier, &prefs);
275 test_notifier->SetRequestsAllowedOverride(false);
279 test_notifier->NotifyObserver();
292 TestRequestAllowedNotifier* test_notifier = new TestRequestAllowedNotifier; local
293 TestVariationsService test_service(test_notifier, &prefs);
295 test_notifier->SetRequestsAllowedOverride(true);

Completed in 966 milliseconds