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

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

Issue 916243002: Enable keyboard shortcuts for chrome://extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Apply Feedback Created 5 years, 10 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 7a5c466868b8d2121d2c1492031e920447d73bd8..563db14a61bcd9300ee234591267ec35806f4018 100644
--- a/chrome/browser/ui/webui/extensions/extension_settings_browsertest.h
+++ b/chrome/browser/ui/webui/extensions/extension_settings_browsertest.h
@@ -30,12 +30,16 @@ class ExtensionSettingsUIBrowserTest : public WebUIBrowserTest {
void InstallGoodExtension();
+ void InstallErrorsExtension();
+
void AddManagedPolicyProvider();
private:
bool WaitForExtensionViewsToLoad();
const extensions::Extension* LoadUnpackedExtension(
const base::FilePath& path);
+ const extensions::Extension* InstallUnpackedExtension(
Dan Beam 2015/02/20 23:36:43 \s\s -> \s
hcarmona 2015/02/21 00:16:01 Done. Just noticed the function immediately above
+ const base::FilePath& path);
const extensions::Extension* InstallExtension(const base::FilePath& path);
scoped_ptr<ExtensionTestNotificationObserver> observer_;

Powered by Google App Engine
This is Rietveld 408576698