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

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..bd98fb830570e6240aed7970647c0e9c41d2e8b5 100644
--- a/chrome/browser/extensions/extension_install_prompt.h
+++ b/chrome/browser/extensions/extension_install_prompt.h
@@ -311,6 +311,7 @@ class ExtensionInstallPrompt
private:
friend class GalleryInstallApiTestObserver;
+ friend class ExtensionPermissionsPrompt;
asargent_no_longer_on_chrome 2013/03/20 21:46:30 I don't like the idea of using friendship here. W
Gaurav 2013/03/27 19:06:44 Added an extra method, and removed the new class
// 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.

Powered by Google App Engine
This is Rietveld 408576698