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

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

Issue 1599038: Revert 44885 - Select and close previous theme info bars when resetting to de... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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/test/automation/automation_messages_internal.h ('k') | chrome/test/automation/automation_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/automation_proxy.h
===================================================================
--- chrome/test/automation/automation_proxy.h (revision 44885)
+++ chrome/test/automation/automation_proxy.h (working copy)
@@ -183,12 +183,10 @@
// sent.
bool SavePackageShouldPromptUser(bool should_prompt) WARN_UNUSED_RESULT;
- // Installs the extension crx. If |with_ui| is true an install confirmation
- // and notification UI is shown, otherwise the install is silent. Returns the
- // ExtensionProxy for the installed extension, or NULL on failure.
+ // Installs the extension crx. Returns the ExtensionProxy for the
+ // installed extension, or NULL on failure.
// Note: Overinstalls and downgrades will return NULL.
- scoped_refptr<ExtensionProxy> InstallExtension(const FilePath& crx_file,
- bool with_ui);
+ scoped_refptr<ExtensionProxy> InstallExtension(const FilePath& crx_file);
// Asserts that the next extension test result is true.
void EnsureExtensionTestResult();
@@ -197,9 +195,6 @@
// Returns true on success.
bool GetEnabledExtensions(std::vector<FilePath>* extension_directories);
- // Resets to the default theme. Returns true on success.
- bool ResetToDefaultTheme();
-
#if defined(OS_CHROMEOS)
// Logs in through the Chrome OS login wizard with given |username|
// and |password|. Returns true on success.
« no previous file with comments | « chrome/test/automation/automation_messages_internal.h ('k') | chrome/test/automation/automation_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698