Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1828)

Unified Diff: extensions/browser/extension_function_histogram_value.h

Issue 391413002: Replace setup APIs with session APIs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/api/gcd_private.idl ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: 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 a8eeb79072df54217eca038608171e2428b9cb27..fe40de7841db54c12714760a56caf16a7e2e6ddd 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -883,11 +883,11 @@ enum HistogramValue {
BLUETOOTHLOWENERGY_STOPCHARACTERISTICNOTIFICATIONS,
GCDPRIVATE_GETCLOUDDEVICELIST,
GCDPRIVATE_QUERYFORNEWLOCALDEVICES,
- GCDPRIVATE_STARTSETUP,
- GCDPRIVATE_SETWIFINETWORK,
- GCDPRIVATE_SETWIFIPASSWORD,
+ GCDPRIVATE_PREFETCHWIFIPASSWORD,
+ GCDPRIVATE_ESTABLISHSESSION,
+ GCDPRIVATE_SENDMESSAGE,
GCDPRIVATE_CONFIRMCODE,
- GCDPRIVATE_STOPSETUP,
+ GCDPRIVATE_TERMINATESESSION,
TABS_SETZOOM,
TABS_GETZOOM,
TABS_SETZOOMSETTINGS,
« no previous file with comments | « chrome/common/extensions/api/gcd_private.idl ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698