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

Unified Diff: chrome/browser/ui/webui/extensions/extension_settings_browsertest.h

Issue 208013003: DevTools: Create end-to-end test for chrome://inspect (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reimplemented as WebUIBrowserTest Created 6 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/browser/ui/webui/extensions/extension_settings_browsertest.h
diff --git a/chrome/browser/ui/webui/extensions/extension_settings_browsertest.h b/chrome/browser/ui/webui/extensions/extension_settings_browsertest.h
index dcbead3d7da11f3ece166c51a97e17785f7c7096..243078c77f552ffdc22cabb7a3b6ba6f274d239f 100644
--- a/chrome/browser/ui/webui/extensions/extension_settings_browsertest.h
+++ b/chrome/browser/ui/webui/extensions/extension_settings_browsertest.h
@@ -28,12 +28,13 @@ class ExtensionSettingsUIBrowserTest : public WebUIBrowserTest {
virtual void SetUpOnMainThread() OVERRIDE;
void InstallGoodExtension();
+ const extensions::Extension* InstallExtension(const base::FilePath& path);
private:
bool WaitForExtensionViewsToLoad();
const extensions::Extension* LoadUnpackedExtension(
const base::FilePath& path);
- const extensions::Extension* InstallExtension(const base::FilePath& path);
+// const extensions::Extension* InstallExtension(const base::FilePath& path);
pfeldman 2014/03/26 09:18:45 Please revert.
scoped_ptr<ExtensionTestNotificationObserver> observer_;

Powered by Google App Engine
This is Rietveld 408576698