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

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

Issue 18063003: Chromium extension API - written as part of course in Open Software Development at Reykjavik Univer… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Second round of fixes from review 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
« no previous file with comments | « chrome/browser/extensions/api/time/time_api.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 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 TTS_RESUME, 542 TTS_RESUME,
543 SYSTEMINFO_CPU_GET, 543 SYSTEMINFO_CPU_GET,
544 EXPERIMENTAL_SYSTEMINFO_STORAGE_ADDWATCH, 544 EXPERIMENTAL_SYSTEMINFO_STORAGE_ADDWATCH,
545 EXPERIMENTAL_SYSTEMINFO_STORAGE_REMOVEWATCH, 545 EXPERIMENTAL_SYSTEMINFO_STORAGE_REMOVEWATCH,
546 EXPERIMENTAL_SYSTEMINFO_STORAGE_GETALLWATCH, 546 EXPERIMENTAL_SYSTEMINFO_STORAGE_GETALLWATCH,
547 EXPERIMENTAL_SYSTEMINFO_STORAGE_REMOVEALLWATCH, 547 EXPERIMENTAL_SYSTEMINFO_STORAGE_REMOVEALLWATCH,
548 SYSTEMINFO_MEMORY_GET, 548 SYSTEMINFO_MEMORY_GET,
549 ACTIVITYLOGPRIVATE_GETEXTENSIONACTIVITIES, 549 ACTIVITYLOGPRIVATE_GETEXTENSIONACTIVITIES,
550 RUNTIME_GETPACKAGEDIRECTORYENTRY, 550 RUNTIME_GETPACKAGEDIRECTORYENTRY,
551 SYSTEMINFO_DISPLAY_SETDISPLAYPROPERTIES, 551 SYSTEMINFO_DISPLAY_SETDISPLAYPROPERTIES,
552 TIME_GETTIME,
552 ENUM_BOUNDARY // Last entry: Add new entries above. 553 ENUM_BOUNDARY // Last entry: Add new entries above.
553 }; 554 };
554 555
555 } // namespace functions 556 } // namespace functions
556 } // namespace extensions 557 } // namespace extensions
557 558
558 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 559 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/time/time_api.cc ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698