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

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

Issue 232773011: Zoom Extension API (work in progress) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Took callbacks, zoom modes, and observer stuff out of content, and reimplemented similar functional… Created 6 years, 8 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/data/extensions/api_test/tabs/basics/events.js ('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 763 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 BLUETOOTH_SET_SOCKET_PAUSED, 774 BLUETOOTH_SET_SOCKET_PAUSED,
775 BLUETOOTH_GET_SOCKET, 775 BLUETOOTH_GET_SOCKET,
776 BLUETOOTH_GET_SOCKETS, 776 BLUETOOTH_GET_SOCKETS,
777 FILESYSTEMPROVIDER_UNMOUNT, 777 FILESYSTEMPROVIDER_UNMOUNT,
778 FILESYSTEMPROVIDERINTERNAL_UNMOUNTREQUESTEDSUCCESS, 778 FILESYSTEMPROVIDERINTERNAL_UNMOUNTREQUESTEDSUCCESS,
779 FILESYSTEMPROVIDERINTERNAL_UNMOUNTREQUESTEDERROR, 779 FILESYSTEMPROVIDERINTERNAL_UNMOUNTREQUESTEDERROR,
780 MEDIAGALLERIES_DROPPERMISSIONFORMEDIAFILESYSTEM, 780 MEDIAGALLERIES_DROPPERMISSIONFORMEDIAFILESYSTEM,
781 WEBCAMPRIVATE_SET, 781 WEBCAMPRIVATE_SET,
782 WEBCAMPRIVATE_RESET, 782 WEBCAMPRIVATE_RESET,
783 WEBCAMPRIVATE_GET, 783 WEBCAMPRIVATE_GET,
784 TABS_SETZOOM,
785 TABS_GETZOOM,
786 TABS_SETZOOMSETTINGS,
787 TABS_GETZOOMSETTINGS,
784 // Last entry: Add new entries above and ensure to update 788 // Last entry: Add new entries above and ensure to update
785 // tools/metrics/histograms/histograms/histograms.xml. 789 // tools/metrics/histograms/histograms/histograms.xml.
786 ENUM_BOUNDARY 790 ENUM_BOUNDARY
787 }; 791 };
788 792
789 } // namespace functions 793 } // namespace functions
790 } // namespace extensions 794 } // namespace extensions
791 795
792 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 796 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/api_test/tabs/basics/events.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698