From 42696dc3b7c1b764abc1d730828455fd613d860f Mon Sep 17 00:00:00 2001 From: isherman Date: Mon, 30 Mar 2015 19:04:16 -0700 Subject: [Smart Lock] Add an API to hide error bubbles. This will allow us to show and hide error bubbles on hover. BUG=465999 TEST=none R=tengs@chromium.org, yoz@chromium.org Review URL: https://codereview.chromium.org/1027543002 Cr-Commit-Position: refs/heads/master@{#322949} --- extensions/browser/extension_function_histogram_value.h | 1 + 1 file changed, 1 insertion(+) (limited to 'extensions/browser/extension_function_histogram_value.h') diff --git a/extensions/browser/extension_function_histogram_value.h b/extensions/browser/extension_function_histogram_value.h index 7c3d34e..5dda98d 100644 --- a/extensions/browser/extension_function_histogram_value.h +++ b/extensions/browser/extension_function_histogram_value.h @@ -1050,6 +1050,7 @@ enum HistogramValue { SETTINGSPRIVATE_GETALLPREFS, SETTINGSPRIVATE_GETPREF, NETWORKINGPRIVATE_FORGETNETWORK, + EASYUNLOCKPRIVATE_HIDEERRORBUBBLE, // Last entry: Add new entries above and ensure to update // tools/metrics/histograms/histograms.xml. ENUM_BOUNDARY -- cgit v1.1