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

Side by Side Diff: chrome/browser/ui/webui/policy_ui.h

Issue 9003014: Replace WebUI::tab_contents() with web_contents() and switch all users to use web_contents.h inst... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 8 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/webui/plugins_ui.cc ('k') | chrome/browser/ui/webui/policy_ui.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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_WEBUI_POLICY_UI_H_ 5 #ifndef CHROME_BROWSER_UI_WEBUI_POLICY_UI_H_
6 #define CHROME_BROWSER_UI_WEBUI_POLICY_UI_H_ 6 #define CHROME_BROWSER_UI_WEBUI_POLICY_UI_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/memory/scoped_ptr.h" 9 #include "base/memory/scoped_ptr.h"
10 #include "base/values.h" 10 #include "base/values.h"
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 policy::CloudPolicySubsystem::ErrorDetails error_details); 64 policy::CloudPolicySubsystem::ErrorDetails error_details);
65 65
66 scoped_ptr<policy::PolicyStatus> policy_status_; 66 scoped_ptr<policy::PolicyStatus> policy_status_;
67 67
68 DISALLOW_COPY_AND_ASSIGN(PolicyUIHandler); 68 DISALLOW_COPY_AND_ASSIGN(PolicyUIHandler);
69 }; 69 };
70 70
71 // The Web UI handler for about:policy. 71 // The Web UI handler for about:policy.
72 class PolicyUI : public ChromeWebUI { 72 class PolicyUI : public ChromeWebUI {
73 public: 73 public:
74 explicit PolicyUI(TabContents* contents); 74 explicit PolicyUI(content::WebContents* contents);
75 virtual ~PolicyUI(); 75 virtual ~PolicyUI();
76 76
77 private: 77 private:
78 DISALLOW_COPY_AND_ASSIGN(PolicyUI); 78 DISALLOW_COPY_AND_ASSIGN(PolicyUI);
79 }; 79 };
80 80
81 #endif // CHROME_BROWSER_UI_WEBUI_POLICY_UI_H_ 81 #endif // CHROME_BROWSER_UI_WEBUI_POLICY_UI_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/plugins_ui.cc ('k') | chrome/browser/ui/webui/policy_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698