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

Unified Diff: extensions/browser/extension_function_util.h

Issue 1584473004: Migrate ProcessesEventRouter to the new task manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix nit. Created 4 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 | « content/public/browser/web_contents_observer.h ('k') | extensions/browser/extension_function_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/extension_function_util.h
diff --git a/extensions/browser/extension_function_util.h b/extensions/browser/extension_function_util.h
deleted file mode 100644
index e9943076d194aa88460492e89eb2987ce16faf25..0000000000000000000000000000000000000000
--- a/extensions/browser/extension_function_util.h
+++ /dev/null
@@ -1,24 +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 EXTENSIONS_BROWSER_EXTENSION_FUNCTION_UTIL_H__
-#define EXTENSIONS_BROWSER_EXTENSION_FUNCTION_UTIL_H__
-
-#include <vector>
-#include "base/values.h"
-
-namespace base {
-class Value;
-}
-
-// This file contains various utility functions for extension API
-// implementations.
-namespace extensions {
-
-// Reads the |value| as either a single integer value or a list of integers.
-bool ReadOneOrMoreIntegers(base::Value* value, std::vector<int>* result);
-
-} // namespace extensions
-
-#endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_UTIL_H__
« no previous file with comments | « content/public/browser/web_contents_observer.h ('k') | extensions/browser/extension_function_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698