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

Unified Diff: chrome/browser/ui/website_settings/permission_bubble_manager.h

Issue 411503005: Change tests to prepare for turning on the permission bubble flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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/website_settings/permission_bubble_manager.h
diff --git a/chrome/browser/ui/website_settings/permission_bubble_manager.h b/chrome/browser/ui/website_settings/permission_bubble_manager.h
index 68418d8709b6b062e77695e77e2252a39b3b39c5..c7f36c2d62fb611baf6fdb33a7c4e846ef7d582a 100644
--- a/chrome/browser/ui/website_settings/permission_bubble_manager.h
+++ b/chrome/browser/ui/website_settings/permission_bubble_manager.h
@@ -58,8 +58,10 @@ class PermissionBubbleManager
virtual void SetView(PermissionBubbleView* view) OVERRIDE;
private:
- friend class PermissionBubbleManagerTest;
friend class DownloadRequestLimiterTest;
+ friend class GeolocationPermissionContextTests;
+ friend class PermissionBubbleManagerTest;
+ friend class PermissionContextBaseTests;
friend class content::WebContentsUserData<PermissionBubbleManager>;
explicit PermissionBubbleManager(content::WebContents* web_contents);

Powered by Google App Engine
This is Rietveld 408576698