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

Unified Diff: chrome/browser/ui/cocoa/extensions/extension_install_prompt_test_utils.h

Issue 65043015: [mac] Implement a windowed extension install/permissions prompt. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 7 years 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/cocoa/extensions/extension_install_prompt_test_utils.h
diff --git a/chrome/browser/ui/cocoa/extensions/extension_install_prompt_test_utils.h b/chrome/browser/ui/cocoa/extensions/extension_install_prompt_test_utils.h
index 2a3540992e0adbedf7902393b3f6ee4c3eadf9c3..a6d6053d816a63d900496f0c8a9424f0de996920 100644
--- a/chrome/browser/ui/cocoa/extensions/extension_install_prompt_test_utils.h
+++ b/chrome/browser/ui/cocoa/extensions/extension_install_prompt_test_utils.h
@@ -30,7 +30,12 @@ class MockExtensionInstallPromptDelegate
int abort_count_;
};
-// Loads the install prompt test extension.
+// Loads the test extension from the given test directory and manifest file.
+scoped_refptr<extensions::Extension> LoadInstallPromptExtension(
+ const char* extension_dir_name,
+ const char* manifest_file);
+
+// Loads the default install_prompt test extension.
scoped_refptr<extensions::Extension> LoadInstallPromptExtension();
// Loads the icon for the install prompt extension.

Powered by Google App Engine
This is Rietveld 408576698