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

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

Issue 23629015: Add deletion to the activityLogPrivate API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Undoing last commit Created 7 years, 3 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 609 matching lines...) Expand 10 before | Expand all | Expand 10 after
620 DEVELOPERPRIVATE_ISPROFILEMANAGED, 620 DEVELOPERPRIVATE_ISPROFILEMANAGED,
621 FILEBROWSERPRIVATE_INSTALLWEBSTOREITEM, 621 FILEBROWSERPRIVATE_INSTALLWEBSTOREITEM,
622 FILEBROWSERPRIVATE_STARTCOPY, 622 FILEBROWSERPRIVATE_STARTCOPY,
623 FILEBROWSERPRIVATE_CANCELCOPY, 623 FILEBROWSERPRIVATE_CANCELCOPY,
624 NETWORKINGPRIVATE_CREATENETWORK, 624 NETWORKINGPRIVATE_CREATENETWORK,
625 BRAILLEDISPLAYPRIVATE_GETDISPLAYSTATE, 625 BRAILLEDISPLAYPRIVATE_GETDISPLAYSTATE,
626 BRAILLEDISPLAYPRIVATE_WRITEDOTS, 626 BRAILLEDISPLAYPRIVATE_WRITEDOTS,
627 USB_GETDEVICES, 627 USB_GETDEVICES,
628 USB_REQUESTACCESS, 628 USB_REQUESTACCESS,
629 USB_OPENDEVICE, 629 USB_OPENDEVICE,
630 ACTIVITYLOGPRIVATE_DELETEDATABASE,
631 ACTIVITYLOGPRIVATE_DELETEURLS,
630 ENUM_BOUNDARY // Last entry: Add new entries above. 632 ENUM_BOUNDARY // Last entry: Add new entries above.
631 }; 633 };
632 634
633 } // namespace functions 635 } // namespace functions
634 } // namespace extensions 636 } // namespace extensions
635 637
636 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 638 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698