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

Unified Diff: chrome/browser/automation/automation_profile_impl.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 | « no previous file | chrome/browser/extensions/extension_devtools_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/automation/automation_profile_impl.h
diff --git a/chrome/browser/automation/automation_profile_impl.h b/chrome/browser/automation/automation_profile_impl.h
index ced38cde2c35a9af4ff3f4978c35b9727c978527..9f4299d1a227cee9ca925c91c852f4e35509b97b 100644
--- a/chrome/browser/automation/automation_profile_impl.h
+++ b/chrome/browser/automation/automation_profile_impl.h
@@ -54,6 +54,9 @@ class AutomationProfileImpl : public Profile {
virtual UserScriptMaster* GetUserScriptMaster() {
return original_profile_->GetUserScriptMaster();
}
+ virtual ExtensionDevToolsManager* GetExtensionDevToolsManager() {
+ return original_profile_->GetExtensionDevToolsManager();
+ }
virtual ExtensionProcessManager* GetExtensionProcessManager() {
return original_profile_->GetExtensionProcessManager();
}
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_devtools_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698