| 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 838a0792683f8a5ecb529d46b6ea0ee00ca50620..7f82ea5a7769053be7a9bb16a5a56b69ddae7c17 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.h
|
| +++ b/chrome/browser/automation/testing_automation_provider.h
|
| @@ -656,6 +656,9 @@ class TestingAutomationProvider : public AutomationProvider,
|
| ContentSetting setting,
|
| bool* success);
|
|
|
| + // Load all plug-ins on the page.
|
| + void LoadBlockedPlugins(int tab_handle, bool* success);
|
| +
|
| // Resets to the default theme.
|
| void ResetToDefaultTheme();
|
|
|
|
|