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

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

Issue 16924017: A few minor changes to the chrome.downloads extension API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: @r214130 Created 7 years, 4 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 (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 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 SYSTEM_DISPLAY_GETINFO, 571 SYSTEM_DISPLAY_GETINFO,
572 SYSTEM_DISPLAY_SETDISPLAYPROPERTIES, 572 SYSTEM_DISPLAY_SETDISPLAYPROPERTIES,
573 SYSTEM_MEMORY_GETINFO, 573 SYSTEM_MEMORY_GETINFO,
574 FILEBROWSERPRIVATE_GETSHAREURL, 574 FILEBROWSERPRIVATE_GETSHAREURL,
575 SYSTEM_STORAGE_GETINFO, 575 SYSTEM_STORAGE_GETINFO,
576 SYSTEM_STORAGE_EJECTDEVICE, 576 SYSTEM_STORAGE_EJECTDEVICE,
577 SYSTEM_STORAGE_ADDAVAILABLECAPACITYWATCH, 577 SYSTEM_STORAGE_ADDAVAILABLECAPACITYWATCH,
578 SYSTEM_STORAGE_REMOVEAVAILABLECAPACITYWATCH, 578 SYSTEM_STORAGE_REMOVEAVAILABLECAPACITYWATCH,
579 SYSTEM_STORAGE_GETALLAVAILABLECAPACITYWATCHES, 579 SYSTEM_STORAGE_GETALLAVAILABLECAPACITYWATCHES,
580 SYSTEM_STORAGE_REMOVEALLAVAILABLECAPACITYWATCHES, 580 SYSTEM_STORAGE_REMOVEALLAVAILABLECAPACITYWATCHES,
581 DOWNLOADS_REMOVEFILE,
582 DOWNLOADS_SHOWDEFAULTFOLDER,
581 ENUM_BOUNDARY // Last entry: Add new entries above. 583 ENUM_BOUNDARY // Last entry: Add new entries above.
582 }; 584 };
583 585
584 } // namespace functions 586 } // namespace functions
585 } // namespace extensions 587 } // namespace extensions
586 588
587 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 589 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/downloads/downloads_api_unittest.cc ('k') | chrome/browser/ui/webui/downloads_dom_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698