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

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

Issue 959413003: Implement <webview>.addContentScript/removeContentScript API [1] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comments. Created 5 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
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 5 #ifndef EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
6 #define EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 6 #define EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
7 7
8 namespace extensions { 8 namespace extensions {
9 namespace functions { 9 namespace functions {
10 10
(...skipping 1036 matching lines...) Expand 10 before | Expand all | Expand 10 after
1047 DELETED_SETTINGSPRIVATE_SETDOUBLEPREF, 1047 DELETED_SETTINGSPRIVATE_SETDOUBLEPREF,
1048 DELETED_SETTINGSPRIVATE_SETSTRINGPREF, 1048 DELETED_SETTINGSPRIVATE_SETSTRINGPREF,
1049 DELETED_SETTINGSPRIVATE_SETURLPREF, 1049 DELETED_SETTINGSPRIVATE_SETURLPREF,
1050 SETTINGSPRIVATE_GETALLPREFS, 1050 SETTINGSPRIVATE_GETALLPREFS,
1051 SETTINGSPRIVATE_GETPREF, 1051 SETTINGSPRIVATE_GETPREF,
1052 NETWORKINGPRIVATE_FORGETNETWORK, 1052 NETWORKINGPRIVATE_FORGETNETWORK,
1053 EASYUNLOCKPRIVATE_HIDEERRORBUBBLE, 1053 EASYUNLOCKPRIVATE_HIDEERRORBUBBLE,
1054 WEBVIEWINTERNAL_SETZOOMMODE, 1054 WEBVIEWINTERNAL_SETZOOMMODE,
1055 WEBVIEWINTERNAL_GETZOOMMODE, 1055 WEBVIEWINTERNAL_GETZOOMMODE,
1056 LAUNCHERSEARCHPROVIDER_SETSEARCHRESULTS, 1056 LAUNCHERSEARCHPROVIDER_SETSEARCHRESULTS,
1057 WEBVIEWINTERNAL_ADDCONTENTSCRIPTS,
1058 WEBVIEWINTERNAL_REMOVECONTENTSCRIPTS,
1057 // Last entry: Add new entries above and ensure to update 1059 // Last entry: Add new entries above and ensure to update
1058 // tools/metrics/histograms/histograms.xml. 1060 // tools/metrics/histograms/histograms.xml.
1059 ENUM_BOUNDARY 1061 ENUM_BOUNDARY
1060 }; 1062 };
1061 1063
1062 } // namespace functions 1064 } // namespace functions
1063 } // namespace extensions 1065 } // namespace extensions
1064 1066
1065 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 1067 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698