Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / metrics / plugin_metrics_provider.cc
index f34ee3f..44491bd 100644 (file)
@@ -196,6 +196,10 @@ void PluginMetricsProvider::ProvideStabilityMetrics(
   local_state_->ClearPref(prefs::kStabilityPluginStats);
 }
 
+void PluginMetricsProvider::ClearSavedStabilityMetrics() {
+  local_state_->ClearPref(prefs::kStabilityPluginStats);
+}
+
 // Saves plugin-related updates from the in-object buffer to Local State
 // for retrieval next time we send a Profile log (generally next launch).
 void PluginMetricsProvider::RecordCurrentState() {