Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / metrics / variations / variations_request_scheduler.cc
index ff437a8..8f62c35 100644 (file)
@@ -36,6 +36,10 @@ void VariationsRequestScheduler::ScheduleFetchShortly() {
                         task_);
 }
 
+void VariationsRequestScheduler::OnAppEnterForeground() {
+  NOTREACHED() << "Attempted to OnAppEnterForeground on non-mobile device";
+}
+
 base::Closure VariationsRequestScheduler::task() const {
   return task_;
 }