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

Unified Diff: chrome/browser/extensions/webstore_installer_test.h

Issue 1148323007: [Extensions] Introduce a ScopedExtensionDialogAutoConfirm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ben's Created 5 years, 7 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/browser/extensions/webstore_installer_test.h
diff --git a/chrome/browser/extensions/webstore_installer_test.h b/chrome/browser/extensions/webstore_installer_test.h
index a70e35afd097d7feb9f71b0e3651dbc04f711513..be226719cb6cd2ae80edef0404b926e13ab2d2a3 100644
--- a/chrome/browser/extensions/webstore_installer_test.h
+++ b/chrome/browser/extensions/webstore_installer_test.h
@@ -9,6 +9,7 @@
#include "base/files/scoped_temp_dir.h"
#include "chrome/browser/extensions/extension_browsertest.h"
+#include "extensions/browser/extension_dialog_auto_confirm.h"
#include "url/gurl.h"
namespace base {
@@ -68,6 +69,10 @@ class WebstoreInstallerTest : public ExtensionBrowserTest {
std::string test_gallery_url_;
base::ScopedTempDir download_directory_;
+
+ scoped_ptr<extensions::ScopedTestDialogAutoConfirm> install_auto_confirm_;
+
+ DISALLOW_COPY_AND_ASSIGN(WebstoreInstallerTest);
};
#endif // CHROME_BROWSER_EXTENSIONS_WEBSTORE_INSTALLER_TEST_H_

Powered by Google App Engine
This is Rietveld 408576698