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

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

Issue 280023003: Implement networkingPrivate.getNetworks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nonchromeos Created 6 years, 7 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
« no previous file with comments | « components/onc/onc_constants.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 814 matching lines...) Expand 10 before | Expand all | Expand 10 after
825 FILESYSTEMPROVIDERINTERNAL_OPENFILEREQUESTEDERROR, 825 FILESYSTEMPROVIDERINTERNAL_OPENFILEREQUESTEDERROR,
826 FILESYSTEMPROVIDERINTERNAL_CLOSEFILEREQUESTEDSUCCESS, 826 FILESYSTEMPROVIDERINTERNAL_CLOSEFILEREQUESTEDSUCCESS,
827 FILESYSTEMPROVIDERINTERNAL_CLOSEFILEREQUESTEDERROR, 827 FILESYSTEMPROVIDERINTERNAL_CLOSEFILEREQUESTEDERROR,
828 SYNCEDNOTIFICATIONSPRIVATE_GETINITIALDATA, 828 SYNCEDNOTIFICATIONSPRIVATE_GETINITIALDATA,
829 SYNCEDNOTIFICATIONSPRIVATE_UPDATENOTIFICATION, 829 SYNCEDNOTIFICATIONSPRIVATE_UPDATENOTIFICATION,
830 SYNCEDNOTIFICATIONSPRIVATE_SETRENDERCONTEXT, 830 SYNCEDNOTIFICATIONSPRIVATE_SETRENDERCONTEXT,
831 IDENTITY_GETACCOUNTS, 831 IDENTITY_GETACCOUNTS,
832 FILEBROWSERPRIVATE_RESOLVEISOLATEDENTRIES, 832 FILEBROWSERPRIVATE_RESOLVEISOLATEDENTRIES,
833 FILESYSTEMPROVIDERINTERNAL_READFILEREQUESTEDSUCCESS, 833 FILESYSTEMPROVIDERINTERNAL_READFILEREQUESTEDSUCCESS,
834 FILESYSTEMPROVIDERINTERNAL_READFILEREQUESTEDERROR, 834 FILESYSTEMPROVIDERINTERNAL_READFILEREQUESTEDERROR,
835 NETWORKINGPRIVATE_GETNETWORKS,
835 // Last entry: Add new entries above and ensure to update 836 // Last entry: Add new entries above and ensure to update
836 // tools/metrics/histograms/histograms/histograms.xml. 837 // tools/metrics/histograms/histograms/histograms.xml.
837 ENUM_BOUNDARY 838 ENUM_BOUNDARY
838 }; 839 };
839 840
840 } // namespace functions 841 } // namespace functions
841 } // namespace extensions 842 } // namespace extensions
842 843
843 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 844 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW
« no previous file with comments | « components/onc/onc_constants.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698