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

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

Issue 16439016: extfs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 5 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
« no previous file with comments | « chrome/browser/extensions/event_names.cc ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 RUNTIME_GETPACKAGEDIRECTORYENTRY, 550 RUNTIME_GETPACKAGEDIRECTORYENTRY,
551 SYSTEMINFO_DISPLAY_SETDISPLAYPROPERTIES, 551 SYSTEMINFO_DISPLAY_SETDISPLAYPROPERTIES,
552 FEEDBACKPRIVATE_GETUSEREMAIL, 552 FEEDBACKPRIVATE_GETUSEREMAIL,
553 FEEDBACKPRIVATE_GETSYSTEMINFORMATION, 553 FEEDBACKPRIVATE_GETSYSTEMINFORMATION,
554 FEEDBACKPRIVATE_SENDFEEDBACK, 554 FEEDBACKPRIVATE_SENDFEEDBACK,
555 EXPERIMENTAL_INPUT_VIRTUALKEYBOARD_INSERTTEXT, 555 EXPERIMENTAL_INPUT_VIRTUALKEYBOARD_INSERTTEXT,
556 DIAGNOSTICS_SENDPACKET, 556 DIAGNOSTICS_SENDPACKET,
557 METRICSPRIVATE_GETFIELDTRIAL, 557 METRICSPRIVATE_GETFIELDTRIAL,
558 FILEBROWSERPRIVATE_ZOOM, 558 FILEBROWSERPRIVATE_ZOOM,
559 WEBVIEW_GO, 559 WEBVIEW_GO,
560 EXTFS_ADDMOUNTPOINT,
561 EXTFS_RETURNENTRY,
562 EXTFS_RETURNENTRIES,
563 EXTFS_RETURNSNAPSHOT,
560 ENUM_BOUNDARY // Last entry: Add new entries above. 564 ENUM_BOUNDARY // Last entry: Add new entries above.
561 }; 565 };
562 566
563 } // namespace functions 567 } // namespace functions
564 } // namespace extensions 568 } // namespace extensions
565 569
566 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 570 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/event_names.cc ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698