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

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

Issue 12676017: Adding policy support to the new network configuration stack. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed remaining comments of Steven. Created 7 years, 8 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 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 NETWORKINGPRIVATE_GETSTATE, 493 NETWORKINGPRIVATE_GETSTATE,
494 POWER_REQUESTKEEPAWAKE, 494 POWER_REQUESTKEEPAWAKE,
495 POWER_RELEASEKEEPAWAKE, 495 POWER_RELEASEKEEPAWAKE,
496 WALLPAPERPRIVATE_SETCUSTOMWALLPAPERLAYOUT, 496 WALLPAPERPRIVATE_SETCUSTOMWALLPAPERLAYOUT,
497 DOWNLOADSINTERNAL_DETERMINEFILENAME, 497 DOWNLOADSINTERNAL_DETERMINEFILENAME,
498 SYNCFILESYSTEM_GETFILESYNCSTATUSES, 498 SYNCFILESYSTEM_GETFILESYNCSTATUSES,
499 MEDIAGALLERIESPRIVATE_GETHANDLERS, 499 MEDIAGALLERIESPRIVATE_GETHANDLERS,
500 WALLPAPERPRIVATE_RESETWALLPAPER, 500 WALLPAPERPRIVATE_RESETWALLPAPER,
501 DEVELOPERPRIVATE_PERMISSIONS, 501 DEVELOPERPRIVATE_PERMISSIONS,
502 WEBSTOREPRIVATE_ENABLEAPPLAUNCHER, 502 WEBSTOREPRIVATE_ENABLEAPPLAUNCHER,
503 NETWORKINGPRIVATE_GETMANAGEDPROPERTIES,
503 ENUM_BOUNDARY // Last entry: Add new entries above. 504 ENUM_BOUNDARY // Last entry: Add new entries above.
504 }; 505 };
505 506
506 } // namespace functions 507 } // namespace functions
507 } // namespace extensions 508 } // namespace extensions
508 509
509 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 510 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698