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

Unified Diff: chrome/browser/automation/testing_automation_provider.h

Issue 10916328: Convert themes.py to browser test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 3 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/automation/testing_automation_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/automation/testing_automation_provider.h
diff --git a/chrome/browser/automation/testing_automation_provider.h b/chrome/browser/automation/testing_automation_provider.h
index 33e1633cafc3d77b7db6e567ebcf96739594cd93..40bd7db5fef251005f81b87b04b0895125e714cd 100644
--- a/chrome/browser/automation/testing_automation_provider.h
+++ b/chrome/browser/automation/testing_automation_provider.h
@@ -271,10 +271,6 @@ class TestingAutomationProvider : public AutomationProvider,
// Uses the JSON interface for input/output.
void CloseBrowserWindow(base::DictionaryValue* args,
IPC::Message* reply_message);
- // Reset to the default theme.
- // Uses the JSON interface for input/output.
- void ResetToDefaultTheme(base::DictionaryValue* args,
- IPC::Message* reply_message);
// Get info about multi-profile users.
// Uses the JSON interface for input/output.
@@ -516,12 +512,6 @@ class TestingAutomationProvider : public AutomationProvider,
base::DictionaryValue* args,
IPC::Message* reply_message);
- // Get info about theme.
- // Uses the JSON interface for input/output.
- void GetThemeInfo(Browser* browser,
- base::DictionaryValue* args,
- IPC::Message* reply_message);
-
// Install the given unpacked/packed extension.
// Uses the JSON interface for input/output.
void InstallExtension(base::DictionaryValue* args,
« no previous file with comments | « no previous file | chrome/browser/automation/testing_automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698