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

Side by Side Diff: chrome/browser/ui/page_info/website_settings.h

Issue 2744823004: Move cross-platform Page Info UI code to its own folder. (Closed)
Patch Set: Update test build file with changes not caught by mass-rename.py 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_WEBSITE_SETTINGS_WEBSITE_SETTINGS_H_ 5 #ifndef CHROME_BROWSER_UI_PAGE_INFO_WEBSITE_SETTINGS_H_
6 #define CHROME_BROWSER_UI_WEBSITE_SETTINGS_WEBSITE_SETTINGS_H_ 6 #define CHROME_BROWSER_UI_PAGE_INFO_WEBSITE_SETTINGS_H_
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "base/strings/string16.h" 9 #include "base/strings/string16.h"
10 #include "chrome/browser/content_settings/tab_specific_content_settings.h" 10 #include "chrome/browser/content_settings/tab_specific_content_settings.h"
11 #include "components/content_settings/core/common/content_settings.h" 11 #include "components/content_settings/core/common/content_settings.h"
12 #include "components/content_settings/core/common/content_settings_types.h" 12 #include "components/content_settings/core/common/content_settings_types.h"
13 #include "components/security_state/core/security_state.h" 13 #include "components/security_state/core/security_state.h"
14 #include "content/public/browser/web_contents_observer.h" 14 #include "content/public/browser/web_contents_observer.h"
15 #include "url/gurl.h" 15 #include "url/gurl.h"
16 16
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 234
235 bool did_revoke_user_ssl_decisions_; 235 bool did_revoke_user_ssl_decisions_;
236 236
237 Profile* profile_; 237 Profile* profile_;
238 238
239 security_state::SecurityLevel security_level_; 239 security_state::SecurityLevel security_level_;
240 240
241 DISALLOW_COPY_AND_ASSIGN(WebsiteSettings); 241 DISALLOW_COPY_AND_ASSIGN(WebsiteSettings);
242 }; 242 };
243 243
244 #endif // CHROME_BROWSER_UI_WEBSITE_SETTINGS_WEBSITE_SETTINGS_H_ 244 #endif // CHROME_BROWSER_UI_PAGE_INFO_WEBSITE_SETTINGS_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/page_info/permission_menu_model_unittest.cc ('k') | chrome/browser/ui/page_info/website_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698