diff options
author | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-15 21:42:33 +0000 |
---|---|---|
committer | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-15 21:42:33 +0000 |
commit | 403f2e1e0ac2730f2475c71954f47bee3fa886a4 (patch) | |
tree | 29638bfdf391a3a2afe1e295cb787dcfd9fb4fa5 /extensions/browser/extension_function_histogram_value.h | |
parent | c519295e83ab20eb42e58e40f28493df43d3d1c4 (diff) | |
download | chromium_src-403f2e1e0ac2730f2475c71954f47bee3fa886a4.zip chromium_src-403f2e1e0ac2730f2475c71954f47bee3fa886a4.tar.gz chromium_src-403f2e1e0ac2730f2475c71954f47bee3fa886a4.tar.bz2 |
Wire easy unlock settings UI
- Add API to get/set/clear the pairing info into user prefs;
- Add an onTurnFlowFinished event so that the app can clear its state;
- Extend EasyUnlockService to store pairing info and provide
turn-off flow support;
- Update settings UI to trigger turn off flow and observe
the turn-off flow status to show pending/error or dismiss when done;
- Add EasyUnlockToggleFlow to wrap api calls to server;
- Update OAuth2ApiFlow to support application/json content-type and
handle 204 as success;
BUG=397356,394640
Review URL: https://codereview.chromium.org/475483003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290019 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'extensions/browser/extension_function_histogram_value.h')
-rw-r--r-- | extensions/browser/extension_function_histogram_value.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extensions/browser/extension_function_histogram_value.h b/extensions/browser/extension_function_histogram_value.h index f77176c..d7687ea 100644 --- a/extensions/browser/extension_function_histogram_value.h +++ b/extensions/browser/extension_function_histogram_value.h @@ -936,6 +936,11 @@ enum HistogramValue { USBPRIVATE_GETDEVICEINFO, EASYUNLOCKPRIVATE_UPDATESCREENLOCKSTATE, CAST_CHANNEL_GETLOGS, + EASYUNLOCKPRIVATE_SETPERMITACCESS, + EASYUNLOCKPRIVATE_GETPERMITACCESS, + EASYUNLOCKPRIVATE_CLEARPERMITACCESS, + EASYUNLOCKPRIVATE_SETREMOTEDEVICES, + EASYUNLOCKPRIVATE_GETREMOTEDEVICES, // Last entry: Add new entries above and ensure to update // tools/metrics/histograms/histograms.xml. ENUM_BOUNDARY |