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

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

Issue 20081002: Remove experimental permission from infobars API and moving it to dev channel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added license header 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
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 562 matching lines...) Expand 10 before | Expand all | Expand 10 after
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, 581 DOWNLOADS_REMOVEFILE,
582 DOWNLOADS_SHOWDEFAULTFOLDER, 582 DOWNLOADS_SHOWDEFAULTFOLDER,
583 INFOBARS_SHOW,
583 ENUM_BOUNDARY // Last entry: Add new entries above. 584 ENUM_BOUNDARY // Last entry: Add new entries above.
584 }; 585 };
585 586
586 } // namespace functions 587 } // namespace functions
587 } // namespace extensions 588 } // namespace extensions
588 589
589 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 590 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698