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

Unified Diff: chrome/browser/extensions/extension_function_test_utils.h

Issue 461273003: Rework ExtensionApiUnittest to run in extensions_unittests, removing its Chrome dependencies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: prefs->test deps Created 6 years, 4 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
Index: chrome/browser/extensions/extension_function_test_utils.h
diff --git a/chrome/browser/extensions/extension_function_test_utils.h b/chrome/browser/extensions/extension_function_test_utils.h
index 37c7592544db42e1f2368c9612e087c5ad95f3eb..e0ad88995205a3d2e42f631f21ecf25b5fe752af 100644
--- a/chrome/browser/extensions/extension_function_test_utils.h
+++ b/chrome/browser/extensions/extension_function_test_utils.h
@@ -23,6 +23,8 @@ namespace extensions {
class Extension;
}
+// This file is DEPRECATED. New tests should use the versions in
+// extensions/browser/api_test_utils.h.
namespace extension_function_test_utils {
// Parse JSON and return as the specified type, or NULL if the JSON is invalid

Powered by Google App Engine
This is Rietveld 408576698