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

Side by Side Diff: extensions/browser/extension_function_histogram_value.h

Issue 76403004: An implementation of chrome.socket.secure(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Stop using Profile and move completely to URLRequestContext. 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 5 #ifndef EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
6 #define EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 6 #define EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
7 7
8 namespace extensions { 8 namespace extensions {
9 namespace functions { 9 namespace functions {
10 10
(...skipping 863 matching lines...) Expand 10 before | Expand all | Expand 10 after
874 WEBVIEWINTERNAL_RELOAD, 874 WEBVIEWINTERNAL_RELOAD,
875 WEBVIEWINTERNAL_SETNAME, 875 WEBVIEWINTERNAL_SETNAME,
876 WEBVIEWINTERNAL_SETPERMISSION, 876 WEBVIEWINTERNAL_SETPERMISSION,
877 WEBVIEWINTERNAL_SETZOOM, 877 WEBVIEWINTERNAL_SETZOOM,
878 WEBVIEWINTERNAL_SHOWCONTEXTMENU, 878 WEBVIEWINTERNAL_SHOWCONTEXTMENU,
879 WEBVIEWINTERNAL_STOP, 879 WEBVIEWINTERNAL_STOP,
880 WEBVIEWINTERNAL_STOPFINDING, 880 WEBVIEWINTERNAL_STOPFINDING,
881 WEBVIEWINTERNAL_TERMINATE, 881 WEBVIEWINTERNAL_TERMINATE,
882 BLUETOOTHLOWENERGY_STARTCHARACTERISTICNOTIFICATIONS, 882 BLUETOOTHLOWENERGY_STARTCHARACTERISTICNOTIFICATIONS,
883 BLUETOOTHLOWENERGY_STOPCHARACTERISTICNOTIFICATIONS, 883 BLUETOOTHLOWENERGY_STOPCHARACTERISTICNOTIFICATIONS,
884 SOCKET_SECURE,
885 SOCKETS_TCP_SECURE,
884 // Last entry: Add new entries above and ensure to update 886 // Last entry: Add new entries above and ensure to update
885 // tools/metrics/histograms/histograms/histograms.xml. 887 // tools/metrics/histograms/histograms/histograms.xml.
886 ENUM_BOUNDARY 888 ENUM_BOUNDARY
887 }; 889 };
888 890
889 } // namespace functions 891 } // namespace functions
890 } // namespace extensions 892 } // namespace extensions
891 893
892 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 894 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698