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

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

Issue 15815002: [SystemInfo API] Add Storage Watch API Definition. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 7 years, 6 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 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 USB_LISTINTERFACES, 534 USB_LISTINTERFACES,
535 FILESYSTEM_RETAINENTRY, 535 FILESYSTEM_RETAINENTRY,
536 FILESYSTEM_ISRESTORABLE, 536 FILESYSTEM_ISRESTORABLE,
537 FILESYSTEM_RESTOREENTRY, 537 FILESYSTEM_RESTOREENTRY,
538 RUNTIME_SETUNINSTALLURL, 538 RUNTIME_SETUNINSTALLURL,
539 INPUTMETHODPRIVATE_STARTIME, 539 INPUTMETHODPRIVATE_STARTIME,
540 MUSICMANAGERPRIVATE_GETDEVICEID, 540 MUSICMANAGERPRIVATE_GETDEVICEID,
541 TTS_PAUSE, 541 TTS_PAUSE,
542 TTS_RESUME, 542 TTS_RESUME,
543 SYSTEMINFO_CPU_GET, 543 SYSTEMINFO_CPU_GET,
544 EXPERIMENTAL_SYSTEMINFO_STORAGE_ADDWATCH,
545 EXPERIMENTAL_SYSTEMINFO_STORAGE_REMOVEWATCH,
546 EXPERIMENTAL_SYSTEMINFO_STORAGE_GETALLWATCH,
547 EXPERIMENTAL_SYSTEMINFO_STORAGE_REMOVEALLWATCH,
544 ENUM_BOUNDARY // Last entry: Add new entries above. 548 ENUM_BOUNDARY // Last entry: Add new entries above.
545 }; 549 };
546 550
547 } // namespace functions 551 } // namespace functions
548 } // namespace extensions 552 } // namespace extensions
549 553
550 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 554 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698