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

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

Issue 301733006: Zoom Extension API (chrome) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. 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 840 matching lines...) Expand 10 before | Expand all | Expand 10 after
851 INPUTMETHODPRIVATE_GETINPUTMETHODS, 851 INPUTMETHODPRIVATE_GETINPUTMETHODS,
852 IDENTITY_GETPROFILEUSERINFO, 852 IDENTITY_GETPROFILEUSERINFO,
853 VIRTUALKEYBOARDPRIVATE_OPENSETTINGS, 853 VIRTUALKEYBOARDPRIVATE_OPENSETTINGS,
854 BLUETOOTHLOWENERGY_CONNECT, 854 BLUETOOTHLOWENERGY_CONNECT,
855 BLUETOOTHLOWENERGY_DISCONNECT, 855 BLUETOOTHLOWENERGY_DISCONNECT,
856 WEBSTOREPRIVATE_GETEPHEMERALAPPSENABLED, 856 WEBSTOREPRIVATE_GETEPHEMERALAPPSENABLED,
857 WEBSTOREPRIVATE_LAUNCHEPHEMERALAPP, 857 WEBSTOREPRIVATE_LAUNCHEPHEMERALAPP,
858 FILESYSTEMPROVIDERINTERNAL_OPERATIONREQUESTEDERROR, 858 FILESYSTEMPROVIDERINTERNAL_OPERATIONREQUESTEDERROR,
859 FILESYSTEMPROVIDERINTERNAL_OPERATIONREQUESTEDSUCCESS, 859 FILESYSTEMPROVIDERINTERNAL_OPERATIONREQUESTEDSUCCESS,
860 GUESTVIEWINTERNAL_CREATEGUEST, 860 GUESTVIEWINTERNAL_CREATEGUEST,
861 TABS_SETZOOM,
862 TABS_GETZOOM,
863 TABS_SETZOOMSETTINGS,
864 TABS_GETZOOMSETTINGS,
861 // Last entry: Add new entries above and ensure to update 865 // Last entry: Add new entries above and ensure to update
862 // tools/metrics/histograms/histograms/histograms.xml. 866 // tools/metrics/histograms/histograms/histograms.xml.
863 ENUM_BOUNDARY 867 ENUM_BOUNDARY
864 }; 868 };
865 869
866 } // namespace functions 870 } // namespace functions
867 } // namespace extensions 871 } // namespace extensions
868 872
869 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 873 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698