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

Unified Diff: extensions/browser/PRESUBMIT_test_new_file_7.txt

Issue 170233008: Add presubmit check and automatic update script for ExtensionPermission enum. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/browser/PRESUBMIT_test_new_file_6.txt ('k') | extensions/browser/PRESUBMIT_test_new_file_8.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/PRESUBMIT_test_new_file_7.txt
diff --git a/extensions/browser/PRESUBMIT_test_new_file_7.txt b/extensions/browser/PRESUBMIT_test_new_file_7.txt
deleted file mode 100644
index f928b7195a7bc1fbb98cbffc48de8dbed091c89c..0000000000000000000000000000000000000000
--- a/extensions/browser/PRESUBMIT_test_new_file_7.txt
+++ /dev/null
@@ -1,40 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
-#define CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
-
-
-namespace extensions {
-namespace functions {
-
-//
-// This is some comment.
-// This is another comment.
-// This is yet another comment.
-//
-enum HistogramValue {
- UNKNOWN = 0,
- WEBNAVIGATION_GETALLFRAMES,
- BROWSINGDATA_REMOVEWEBSQL,
- BROWSINGDATA_REMOVEWEBSQL2,
- BROWSINGDATA_REMOVEWEBSQL3,
- BROWSINGDATA_REMOVEWEBSQL4,
- WALLPAPERPRIVATE_SETCUSTOMWALLPAPERLAYOUT,
- DOWNLOADSINTERNAL_DETERMINEFILENAME,
- DOWNLOADSINTERNAL_DETERMINEFILENAME2,
- DOWNLOADSINTERNAL_DETERMINEFILENAME3,
- SYNCFILESYSTEM_GETFILESYNCSTATUSES,
- MEDIAGALLERIESPRIVATE_GETHANDLERS,
- MEDIAGALLERIESPRIVATE_GETHANDLERS2,
- WALLPAPERPRIVATE_RESETWALLPAPER,
- // Last entry: Add new entries above and ensure to update
- // tools/metrics/histograms/histograms/histograms.xml.
- ENUM_BOUNDARY
-};
-
-} // namespace functions
-} // namespace extensions
-
-#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
« no previous file with comments | « extensions/browser/PRESUBMIT_test_new_file_6.txt ('k') | extensions/browser/PRESUBMIT_test_new_file_8.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698