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

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

Issue 194693002: [fsp] Add requestUnmount() method together with the request manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments. 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
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 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 namespace extensions { 8 namespace extensions {
9 namespace functions { 9 namespace functions {
10 10
(...skipping 744 matching lines...) Expand 10 before | Expand all | Expand 10 after
755 WEBVIEW_STOPFINDING, 755 WEBVIEW_STOPFINDING,
756 WEBVIEW_CONTEXTMENUSCREATE, 756 WEBVIEW_CONTEXTMENUSCREATE,
757 WEBVIEW_CONTEXTMENUSUPDATE, 757 WEBVIEW_CONTEXTMENUSUPDATE,
758 WEBVIEW_CONTEXTMENUSREMOVE, 758 WEBVIEW_CONTEXTMENUSREMOVE,
759 WEBVIEW_CONTEXTMENUSREMOVEALL, 759 WEBVIEW_CONTEXTMENUSREMOVEALL,
760 AUTOMATIONINTERNAL_ENABLECURRENTTAB, 760 AUTOMATIONINTERNAL_ENABLECURRENTTAB,
761 APP_CURRENTWINDOWINTERNAL_SETSIZECONSTRAINTS, 761 APP_CURRENTWINDOWINTERNAL_SETSIZECONSTRAINTS,
762 BLUETOOTH_GETDEVICE, 762 BLUETOOTH_GETDEVICE,
763 GCM_UNREGISTER, 763 GCM_UNREGISTER,
764 FILEBROWSERPRIVATE_REQUESTDRIVESHARE, 764 FILEBROWSERPRIVATE_REQUESTDRIVESHARE,
765 FILESYSTEMPROVIDER_UNMOUNT,
766 FILESYSTEMPROVIDERINTERNAL_UNMOUNTREQUESTEDSUCCESS,
767 FILESYSTEMPROVIDERINTERNAL_UNMOUNTREQUESTEDERROR,
765 // Last entry: Add new entries above and ensure to update 768 // Last entry: Add new entries above and ensure to update
766 // tools/metrics/histograms/histograms/histograms.xml. 769 // tools/metrics/histograms/histograms/histograms.xml.
767 ENUM_BOUNDARY 770 ENUM_BOUNDARY
768 }; 771 };
769 772
770 } // namespace functions 773 } // namespace functions
771 } // namespace extensions 774 } // namespace extensions
772 775
773 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 776 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698