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

Unified Diff: chrome/test/automation/automation_proxy.h

Issue 6756044: Remove extension automation support that was used only by CEEE. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to lkgr. Created 9 years, 9 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/test/automation/automation_proxy.h
diff --git a/chrome/test/automation/automation_proxy.h b/chrome/test/automation/automation_proxy.h
index c205b4a5da2699fecf4b5dbb13b8345c3935c5f6..d98a9fb121839ae64cf775818539632ae8cc5ac0 100644
--- a/chrome/test/automation/automation_proxy.h
+++ b/chrome/test/automation/automation_proxy.h
@@ -206,10 +206,6 @@ class AutomationProxy : public IPC::Channel::Listener,
// Asserts that the next extension test result is true.
void EnsureExtensionTestResult();
- // Gets a list of all enabled extensions' base directories.
- // Returns true on success.
- bool GetEnabledExtensions(std::vector<FilePath>* extension_directories);
-
// Resets to the default theme. Returns true on success.
bool ResetToDefaultTheme();

Powered by Google App Engine
This is Rietveld 408576698