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

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
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 8003a518410834f5a4ee73f65fa7cb7b08565101..8594a07980e038fd07cad1919b9a276d1300d79b 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,
Alexei Svitkine (slow) 2014/07/16 21:17:48 Please don't re-use existing ids. Otherwise, it's
+ GCDPRIVATE_ESTABLISHSESSION,
+ GCDPRIVATE_SENDMESSAGE,
GCDPRIVATE_CONFIRMCODE,
- GCDPRIVATE_STOPSETUP,
+ GCDPRIVATE_TERMINATESESSION,
TABS_SETZOOM,
TABS_GETZOOM,
TABS_SETZOOMSETTINGS,
« chrome/common/extensions/api/gcd_private.idl ('K') | « chrome/common/extensions/api/gcd_private.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698