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

Unified Diff: chrome/browser/extensions/extension_api_unittest.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: 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_api_unittest.h
diff --git a/chrome/browser/extensions/extension_api_unittest.h b/chrome/browser/extensions/extension_api_unittest.h
index 71bb591a29f0334fd040543ce0b2b32bbe707bd2..7be14a1c802a3565943dfa00daaf24abdc9af015 100644
--- a/chrome/browser/extensions/extension_api_unittest.h
+++ b/chrome/browser/extensions/extension_api_unittest.h
@@ -35,6 +35,8 @@ namespace extensions {
// needed, this could be expanded to allow for alternate WebContents).
// When calling RunFunction[AndReturn*], |args| should be in JSON format,
// wrapped in a list. See also RunFunction* in extension_function_test_utils.h.
+// TODO(yoz): Move users of this base class to use the equivalent base class
+// in extensions/browser.
class ExtensionApiUnittest : public BrowserWithTestWindowTest {
Yoyo Zhou 2014/08/13 01:54:28 Unfortunately, this is still named extensions::Ext
public:
ExtensionApiUnittest();
« no previous file with comments | « chrome/browser/extensions/api/sockets_tcp/sockets_tcp_api_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698