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

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

Issue 23549016: [Files.app] Fetch and use CWS OAuth token instead of Drive token in Suggest app dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix test failure. 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 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
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, 630 ACTIVITYLOGPRIVATE_DELETEDATABASE,
631 ACTIVITYLOGPRIVATE_DELETEURLS, 631 ACTIVITYLOGPRIVATE_DELETEURLS,
632 FILEBROWSERPRIVATE_REQUESTWEBSTOREACCESSTOKEN,
632 ENUM_BOUNDARY // Last entry: Add new entries above. 633 ENUM_BOUNDARY // Last entry: Add new entries above.
633 }; 634 };
634 635
635 } // namespace functions 636 } // namespace functions
636 } // namespace extensions 637 } // namespace extensions
637 638
638 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 639 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698