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

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

Issue 12943010: Add native permissions dialog for apps_devtools app. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: . Created 7 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/extensions/extension_install_prompt.h
diff --git a/chrome/browser/extensions/extension_install_prompt.h b/chrome/browser/extensions/extension_install_prompt.h
index 55c32c6c94e883958b777b65657b82021f714e64..c80a11315a6fb6867d86537d0051c82d2b0f58a3 100644
--- a/chrome/browser/extensions/extension_install_prompt.h
+++ b/chrome/browser/extensions/extension_install_prompt.h
@@ -294,6 +294,9 @@ class ExtensionInstallPrompt
virtual void ReviewPermissions(Delegate* delegate,
const extensions::Extension* extension);
+ virtual void PermissionsDialog(Delegate* delegate,
asargent_no_longer_on_chrome 2013/03/27 19:27:04 nit: Please add a brief comment about what this do
+ const extensions::Extension* extension);
+
// Installation was successful. This is declared virtual for testing.
virtual void OnInstallSuccess(const extensions::Extension* extension,
SkBitmap* icon);
@@ -311,6 +314,7 @@ class ExtensionInstallPrompt
private:
friend class GalleryInstallApiTestObserver;
+ friend class ExtensionPermissionsPrompt;
// Sets the icon that will be used in any UI. If |icon| is NULL, or contains
// an empty bitmap, then a default icon will be used instead.
« no previous file with comments | « chrome/browser/extensions/extension_function_histogram_value.h ('k') | chrome/browser/extensions/extension_install_prompt.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698