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

Unified Diff: chrome/renderer/extensions/extension_dispatcher.h

Issue 10024055: Remove unneeded extension_messages_browsertest.cc + cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: windoooowze Created 8 years, 8 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/renderer/extensions/event_bindings.cc ('k') | chrome/renderer/extensions/extension_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/extensions/extension_dispatcher.h
diff --git a/chrome/renderer/extensions/extension_dispatcher.h b/chrome/renderer/extensions/extension_dispatcher.h
index 0b0eb2530bb64342809e50d43eb0ddfbbdb860d0..4e8736645313c3fb4a162bde205b3b267ac6aad9 100644
--- a/chrome/renderer/extensions/extension_dispatcher.h
+++ b/chrome/renderer/extensions/extension_dispatcher.h
@@ -89,9 +89,6 @@ class ExtensionDispatcher : public content::RenderProcessObserver {
v8::Handle<v8::Context> context,
int world_id);
- void SetTestExtensionId(const std::string& extension_id);
- bool IsTestExtensionId(const std::string& id);
-
// TODO(mpcomplete): remove. http://crbug.com/100411
bool IsAdblockWithWebRequestInstalled() const {
return webrequest_adblock_;
@@ -222,8 +219,6 @@ class ExtensionDispatcher : public content::RenderProcessObserver {
// True once WebKit has been initialized (and it is therefore safe to poke).
bool is_webkit_initialized_;
- std::string test_extension_id_;
-
// Status of webrequest usage for known extensions.
// TODO(mpcomplete): remove. http://crbug.com/100411
bool webrequest_adblock_;
« no previous file with comments | « chrome/renderer/extensions/event_bindings.cc ('k') | chrome/renderer/extensions/extension_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698