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

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

Issue 13486004: Audio extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased to trunk@195702 and fix conflicts. Created 7 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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 5 #ifndef CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
6 #define CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 6 #define CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
7 7
8 8
9 namespace extensions { 9 namespace extensions {
10 namespace functions { 10 namespace functions {
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 DEVELOPERPRIVATE_GETPROJECTSINFO, 509 DEVELOPERPRIVATE_GETPROJECTSINFO,
510 DEVELOPERPRIVATE_LOADPROJECT, 510 DEVELOPERPRIVATE_LOADPROJECT,
511 COMMANDLINEPRIVATE_HASSWITCH, 511 COMMANDLINEPRIVATE_HASSWITCH,
512 NETWORKINGPRIVATE_GETMANAGEDPROPERTIES, 512 NETWORKINGPRIVATE_GETMANAGEDPROPERTIES,
513 LOCATION_WATCHLOCATION, 513 LOCATION_WATCHLOCATION,
514 LOCATION_CLEARWATCH, 514 LOCATION_CLEARWATCH,
515 BLUETOOTH_ADDPROFILE, 515 BLUETOOTH_ADDPROFILE,
516 BLUETOOTH_REMOVEPROFILE, 516 BLUETOOTH_REMOVEPROFILE,
517 BLUETOOTH_GETPROFILES, 517 BLUETOOTH_GETPROFILES,
518 EXPERIMENTAL_IDENTITY_REMOVECACHEDAUTHTOKEN, 518 EXPERIMENTAL_IDENTITY_REMOVECACHEDAUTHTOKEN,
519 AUDIO_GETINFO,
520 AUDIO_SETACTIVEDEVICES,
521 AUDIO_SETPROPERTIES,
519 ENUM_BOUNDARY // Last entry: Add new entries above. 522 ENUM_BOUNDARY // Last entry: Add new entries above.
520 }; 523 };
521 524
522 } // namespace functions 525 } // namespace functions
523 } // namespace extensions 526 } // namespace extensions
524 527
525 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 528 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/event_names.cc ('k') | chrome/browser/profiles/profile_dependency_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698