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

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

Issue 14607023: Add support for persistent file access in apps. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 7 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
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 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 SOCKET_MULTICAST_SET_TIME_TO_LIVE, 525 SOCKET_MULTICAST_SET_TIME_TO_LIVE,
526 SOCKET_MULTICAST_SET_LOOPBACK_MODE, 526 SOCKET_MULTICAST_SET_LOOPBACK_MODE,
527 SOCKET_MULTICAST_GET_JOINED_GROUPS, 527 SOCKET_MULTICAST_GET_JOINED_GROUPS,
528 EXPERIMENTAL_ACCESSIBILITY_SETNATIVEACCESSIBILITYENABLED, 528 EXPERIMENTAL_ACCESSIBILITY_SETNATIVEACCESSIBILITYENABLED,
529 RUNTIME_GETPLATFORMINFO, 529 RUNTIME_GETPLATFORMINFO,
530 WEBVIEW_INSERTCSS, 530 WEBVIEW_INSERTCSS,
531 METRICSPRIVATE_GETISCRASHRECORDINGENABLED, 531 METRICSPRIVATE_GETISCRASHRECORDINGENABLED,
532 IDENTITYPRIVATE_GETRESOURCES, 532 IDENTITYPRIVATE_GETRESOURCES,
533 NOTIFICATIONS_GET_ALL, 533 NOTIFICATIONS_GET_ALL,
534 USB_LISTINTERFACES, 534 USB_LISTINTERFACES,
535 FILESYSTEM_RETAINENTRY,
536 FILESYSTEM_ISRESTORABLE,
537 FILESYSTEM_RESTOREENTRY,
535 ENUM_BOUNDARY // Last entry: Add new entries above. 538 ENUM_BOUNDARY // Last entry: Add new entries above.
536 }; 539 };
537 540
538 } // namespace functions 541 } // namespace functions
539 } // namespace extensions 542 } // namespace extensions
540 543
541 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 544 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/file_system/file_system_apitest.cc ('k') | chrome/browser/extensions/extension_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698