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

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

Issue 254473011: Introduce chrome.shell.createWindow stub API for app_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix deps (shell-api) 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 | « chrome/test/base/chrome_render_view_test.cc ('k') | extensions/extensions.gyp » ('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 789 matching lines...) Expand 10 before | Expand all | Expand 10 after
800 BLUETOOTHSOCKET_LISTENUSINGRFCOMM, 800 BLUETOOTHSOCKET_LISTENUSINGRFCOMM,
801 BLUETOOTHSOCKET_LISTENUSINGINSECURERFCOMM, 801 BLUETOOTHSOCKET_LISTENUSINGINSECURERFCOMM,
802 BLUETOOTHSOCKET_LISTENUSINGL2CAP, 802 BLUETOOTHSOCKET_LISTENUSINGL2CAP,
803 BLUETOOTHSOCKET_CONNECT, 803 BLUETOOTHSOCKET_CONNECT,
804 BLUETOOTHSOCKET_DISCONNECT, 804 BLUETOOTHSOCKET_DISCONNECT,
805 BLUETOOTHSOCKET_CLOSE, 805 BLUETOOTHSOCKET_CLOSE,
806 BLUETOOTHSOCKET_SEND, 806 BLUETOOTHSOCKET_SEND,
807 BLUETOOTHSOCKET_GETINFO, 807 BLUETOOTHSOCKET_GETINFO,
808 BLUETOOTHSOCKET_GETSOCKETS, 808 BLUETOOTHSOCKET_GETSOCKETS,
809 WEBSTOREPRIVATE_SIGNINFUNCTION, 809 WEBSTOREPRIVATE_SIGNINFUNCTION,
810 SHELL_CREATEWINDOW,
810 // Last entry: Add new entries above and ensure to update 811 // Last entry: Add new entries above and ensure to update
811 // tools/metrics/histograms/histograms/histograms.xml. 812 // tools/metrics/histograms/histograms/histograms.xml.
812 ENUM_BOUNDARY 813 ENUM_BOUNDARY
813 }; 814 };
814 815
815 } // namespace functions 816 } // namespace functions
816 } // namespace extensions 817 } // namespace extensions
817 818
818 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 819 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW
« no previous file with comments | « chrome/test/base/chrome_render_view_test.cc ('k') | extensions/extensions.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698