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

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

Issue 21297005: <webview>: Refactor Permission API to chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup_permissions
Patch Set: Fixed some bugs 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 568 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 INFOBARS_SHOW,
584 DOWNLOADS_SETSHELFENABLED, 584 DOWNLOADS_SETSHELFENABLED,
585 RECOVERYPRIVATE_WRITEFROMURL, 585 RECOVERYPRIVATE_WRITEFROMURL,
586 RECOVERYPRIVATE_WRITEFROMFILE, 586 RECOVERYPRIVATE_WRITEFROMFILE,
587 RECOVERYPRIVATE_CANCELWRITE, 587 RECOVERYPRIVATE_CANCELWRITE,
588 RECOVERYPRIVATE_DESTROYPARTITIONS, 588 RECOVERYPRIVATE_DESTROYPARTITIONS,
589 WEBVIEW_SETPERMISSION,
589 ENUM_BOUNDARY // Last entry: Add new entries above. 590 ENUM_BOUNDARY // Last entry: Add new entries above.
590 }; 591 };
591 592
592 } // namespace functions 593 } // namespace functions
593 } // namespace extensions 594 } // namespace extensions
594 595
595 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 596 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698