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

Unified Diff: extensions/browser/extension_function_histogram_value.h

Issue 219333002: Added method getCaptivePortalStatus to networkingPrivate extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 6 years, 9 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/test/data/extensions/api_test/networking/test.js ('k') | no next file » | 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 2db96d7579ec051df8d7ab3152f83398961047e7..133204a83c859f783ebdde81934c71c48212153e 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -768,6 +768,7 @@ enum HistogramValue {
BLUETOOTHPRIVATE_ENABLEPAIRING,
BLUETOOTHPRIVATE_DISABLEPAIRING,
BLUETOOTHPRIVATE_SETPAIRINGRESPONSE,
+ NETWORKINGPRIVATE_GETCAPTIVEPORTALSTATUS,
Lei Zhang 2014/04/04 23:12:20 The next line says to update histograms.xml. Since
ygorshenin1 2014/04/07 09:20:06 Thank you, Lei!
// Last entry: Add new entries above and ensure to update
// tools/metrics/histograms/histograms/histograms.xml.
ENUM_BOUNDARY
« no previous file with comments | « chrome/test/data/extensions/api_test/networking/test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698