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

Unified Diff: chrome/test/testing_profile.h

Issue 159882: Implements extensions devtools API (Closed)
Patch Set: Fixes flakiness in tests by grabbing tab ID in C++ land and passing it down Created 11 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
« no previous file with comments | « chrome/test/data/extensions/devtools/timeline_api_two/manifest.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/testing_profile.h
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
index eb58bf4b1bd7469da4acd8d6d34226c1f10aac0d..ecfec353771c6ab853630ac3a56933a3c31bcfc8 100644
--- a/chrome/test/testing_profile.h
+++ b/chrome/test/testing_profile.h
@@ -83,6 +83,9 @@ class TestingProfile : public Profile {
virtual UserScriptMaster* GetUserScriptMaster() {
return NULL;
}
+ virtual ExtensionDevToolsManager* GetExtensionDevToolsManager() {
+ return NULL;
+ }
virtual ExtensionProcessManager* GetExtensionProcessManager() {
return NULL;
}
« no previous file with comments | « chrome/test/data/extensions/devtools/timeline_api_two/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698