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

Side by Side Diff: chrome/browser/ui/views/page_info/website_settings_popup_view.h

Issue 2748443005: Rename website_settings UI folders to permission_bubble. (Closed)
Patch Set: Created 3 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_VIEWS_PAGE_INFO_WEBSITE_SETTINGS_POPUP_VIEW_H_ 5 #ifndef CHROME_BROWSER_UI_VIEWS_PAGE_INFO_WEBSITE_SETTINGS_POPUP_VIEW_H_
6 #define CHROME_BROWSER_UI_VIEWS_PAGE_INFO_WEBSITE_SETTINGS_POPUP_VIEW_H_ 6 #define CHROME_BROWSER_UI_VIEWS_PAGE_INFO_WEBSITE_SETTINGS_POPUP_VIEW_H_
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "base/compiler_specific.h" 10 #include "base/compiler_specific.h"
11 #include "base/macros.h" 11 #include "base/macros.h"
12 #include "base/memory/weak_ptr.h" 12 #include "base/memory/weak_ptr.h"
13 #include "chrome/browser/ui/page_info/website_settings_ui.h" 13 #include "chrome/browser/ui/page_info/website_settings_ui.h"
14 #include "chrome/browser/ui/views/page_info/chosen_object_row_observer.h" 14 #include "chrome/browser/ui/views/page_info/chosen_object_row_observer.h"
15 #include "chrome/browser/ui/views/website_settings/permission_selector_row_obser ver.h" 15 #include "chrome/browser/ui/views/permission_bubble/permission_selector_row_obse rver.h"
16 #include "content/public/browser/web_contents_observer.h" 16 #include "content/public/browser/web_contents_observer.h"
17 #include "ui/views/bubble/bubble_dialog_delegate.h" 17 #include "ui/views/bubble/bubble_dialog_delegate.h"
18 #include "ui/views/controls/button/button.h" 18 #include "ui/views/controls/button/button.h"
19 #include "ui/views/controls/link_listener.h" 19 #include "ui/views/controls/link_listener.h"
20 #include "ui/views/controls/separator.h" 20 #include "ui/views/controls/separator.h"
21 #include "ui/views/controls/styled_label_listener.h" 21 #include "ui/views/controls/styled_label_listener.h"
22 22
23 class GURL; 23 class GURL;
24 class PopupHeaderView; 24 class PopupHeaderView;
25 class Profile; 25 class Profile;
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 171
172 // The certificate provided by the site, if one exists. 172 // The certificate provided by the site, if one exists.
173 scoped_refptr<net::X509Certificate> certificate_; 173 scoped_refptr<net::X509Certificate> certificate_;
174 174
175 base::WeakPtrFactory<WebsiteSettingsPopupView> weak_factory_; 175 base::WeakPtrFactory<WebsiteSettingsPopupView> weak_factory_;
176 176
177 DISALLOW_COPY_AND_ASSIGN(WebsiteSettingsPopupView); 177 DISALLOW_COPY_AND_ASSIGN(WebsiteSettingsPopupView);
178 }; 178 };
179 179
180 #endif // CHROME_BROWSER_UI_VIEWS_PAGE_INFO_WEBSITE_SETTINGS_POPUP_VIEW_H_ 180 #endif // CHROME_BROWSER_UI_VIEWS_PAGE_INFO_WEBSITE_SETTINGS_POPUP_VIEW_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698