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

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

Issue 371883003: Files.app: Add an private API to get a download URL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
« no previous file with comments | « chrome/common/extensions/api/file_browser_private.idl ('k') | no next file » | 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 881 matching lines...) Expand 10 before | Expand all | Expand 10 after
892 TABS_GETZOOM, 892 TABS_GETZOOM,
893 TABS_SETZOOMSETTINGS, 893 TABS_SETZOOMSETTINGS,
894 TABS_GETZOOMSETTINGS, 894 TABS_GETZOOMSETTINGS,
895 GCDPRIVATE_GETCOMMANDDEFINITIONS, 895 GCDPRIVATE_GETCOMMANDDEFINITIONS,
896 GCDPRIVATE_INSERTCOMMAND, 896 GCDPRIVATE_INSERTCOMMAND,
897 GCDPRIVATE_GETCOMMAND, 897 GCDPRIVATE_GETCOMMAND,
898 GCDPRIVATE_CANCELCOMMAND, 898 GCDPRIVATE_CANCELCOMMAND,
899 GCDPRIVATE_GETCOMMANDSLIST, 899 GCDPRIVATE_GETCOMMANDSLIST,
900 APPVIEWINTERNAL_ATTACHFRAME, 900 APPVIEWINTERNAL_ATTACHFRAME,
901 APPVIEWINTERNAL_DENYREQUEST, 901 APPVIEWINTERNAL_DENYREQUEST,
902 FILEBROWSERPRIVATE_GETDOWNLOADURL,
902 // Last entry: Add new entries above and ensure to update 903 // Last entry: Add new entries above and ensure to update
903 // tools/metrics/histograms/histograms/histograms.xml. 904 // tools/metrics/histograms/histograms/histograms.xml.
904 ENUM_BOUNDARY 905 ENUM_BOUNDARY
905 }; 906 };
906 907
907 } // namespace functions 908 } // namespace functions
908 } // namespace extensions 909 } // namespace extensions
909 910
910 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 911 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/file_browser_private.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698