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

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

Issue 1656083003: Adds the input method private API to allow the component IME extension to change the XKB layout. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2623
Patch Set: Created 4 years, 10 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
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 1144 matching lines...) Expand 10 before | Expand all | Expand 10 after
1155 SETTINGSPRIVATE_GETDEFAULTZOOMPERCENTFUNCTION, 1155 SETTINGSPRIVATE_GETDEFAULTZOOMPERCENTFUNCTION,
1156 SETTINGSPRIVATE_SETDEFAULTZOOMPERCENTFUNCTION, 1156 SETTINGSPRIVATE_SETDEFAULTZOOMPERCENTFUNCTION,
1157 BLUETOOTHPRIVATE_CONNECT, 1157 BLUETOOTHPRIVATE_CONNECT,
1158 BLUETOOTHPRIVATE_FORGETDEVICE, 1158 BLUETOOTHPRIVATE_FORGETDEVICE,
1159 DISPLAYSOURCE_GETAVAILABLESINKS, 1159 DISPLAYSOURCE_GETAVAILABLESINKS,
1160 DISPLAYSOURCE_REQUESTAUTHENTICATION, 1160 DISPLAYSOURCE_REQUESTAUTHENTICATION,
1161 WEBRTCLOGGINGPRIVATE_STARTAUDIODEBUGRECORDINGS, 1161 WEBRTCLOGGINGPRIVATE_STARTAUDIODEBUGRECORDINGS,
1162 WEBRTCLOGGINGPRIVATE_STOPAUDIODEBUGRECORDINGS, 1162 WEBRTCLOGGINGPRIVATE_STOPAUDIODEBUGRECORDINGS,
1163 TERMINALPRIVATE_ACKOUTPUT, 1163 TERMINALPRIVATE_ACKOUTPUT,
1164 ACCESSIBILITY_PRIVATE_SETKEYBOARDLISTENER, 1164 ACCESSIBILITY_PRIVATE_SETKEYBOARDLISTENER,
1165 INPUTMETHODPRIVATE_SETXKBLAYOUT,
1165 // Last entry: Add new entries above, then run: 1166 // Last entry: Add new entries above, then run:
1166 // python tools/metrics/histograms/update_extension_histograms.py 1167 // python tools/metrics/histograms/update_extension_histograms.py
1167 ENUM_BOUNDARY 1168 ENUM_BOUNDARY
1168 }; 1169 };
1169 1170
1170 } // namespace functions 1171 } // namespace functions
1171 } // namespace extensions 1172 } // namespace extensions
1172 1173
1173 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 1174 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/input_method_private.json ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698