summaryrefslogtreecommitdiffstats
path: root/extensions/browser/PRESUBMIT_test_new_file_9.txt
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/browser/PRESUBMIT_test_new_file_9.txt')
-rw-r--r--extensions/browser/PRESUBMIT_test_new_file_9.txt38
1 files changed, 0 insertions, 38 deletions
diff --git a/extensions/browser/PRESUBMIT_test_new_file_9.txt b/extensions/browser/PRESUBMIT_test_new_file_9.txt
deleted file mode 100644
index 75d8cce..0000000
--- a/extensions/browser/PRESUBMIT_test_new_file_9.txt
+++ /dev/null
@@ -1,38 +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,
- WALLPAPERPRIVATE_SETCUSTOMWALLPAPERLAYOUT,
- DOWNLOADSINTERNAL_DETERMINEFILENAME,
- SYNCFILESYSTEM_GETFILESYNCSTATUSES,
- MEDIAGALLERIESPRIVATE_GETHANDLERS,
- WALLPAPERPRIVATE_RESETWALLPAPER,
- BLAH1,
- BLAH2,
- BLAH3,
- BLAH4,
- // 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_