| OLD | NEW |
| 1 // Copyright 2015 The Chromium Authors. All rights reserved. | 1 // Copyright 2015 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_PERMISSION_BUBBLE_BROWSER_TEST_UTIL_H
_ | 5 #ifndef CHROME_BROWSER_UI_WEBSITE_SETTINGS_PERMISSION_BUBBLE_BROWSER_TEST_UTIL_H
_ |
| 6 #define CHROME_BROWSER_UI_WEBSITE_SETTINGS_PERMISSION_BUBBLE_BROWSER_TEST_UTIL_H
_ | 6 #define CHROME_BROWSER_UI_WEBSITE_SETTINGS_PERMISSION_BUBBLE_BROWSER_TEST_UTIL_H
_ |
| 7 | 7 |
| 8 #include "chrome/browser/extensions/extension_browsertest.h" | 8 #include "chrome/browser/extensions/extension_browsertest.h" |
| 9 #include "chrome/browser/ui/website_settings/permission_bubble_view.h" | 9 #include "chrome/browser/ui/website_settings/permission_bubble_view.h" |
| 10 | 10 |
| 11 // TODO(hcarmona): compile this |
| 12 |
| 11 namespace base { | 13 namespace base { |
| 12 class CommandLine; | 14 class CommandLine; |
| 13 } | 15 } |
| 14 class PermissionBubbleRequest; | 16 class PermissionBubbleRequest; |
| 15 class Browser; | 17 class Browser; |
| 16 | 18 |
| 17 class TestPermissionBubbleViewDelegate : public PermissionBubbleView::Delegate { | 19 class TestPermissionBubbleViewDelegate : public PermissionBubbleView::Delegate { |
| 18 public: | 20 public: |
| 19 TestPermissionBubbleViewDelegate(); | 21 TestPermissionBubbleViewDelegate(); |
| 20 | 22 |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 public: | 59 public: |
| 58 PermissionBubbleKioskBrowserTest(); | 60 PermissionBubbleKioskBrowserTest(); |
| 59 ~PermissionBubbleKioskBrowserTest() override; | 61 ~PermissionBubbleKioskBrowserTest() override; |
| 60 | 62 |
| 61 void SetUpCommandLine(base::CommandLine* command_line) override; | 63 void SetUpCommandLine(base::CommandLine* command_line) override; |
| 62 | 64 |
| 63 DISALLOW_COPY_AND_ASSIGN(PermissionBubbleKioskBrowserTest); | 65 DISALLOW_COPY_AND_ASSIGN(PermissionBubbleKioskBrowserTest); |
| 64 }; | 66 }; |
| 65 | 67 |
| 66 #endif // CHROME_BROWSER_UI_WEBSITE_SETTINGS_PERMISSION_BUBBLE_BROWSER_TEST_UTI
L_H_ | 68 #endif // CHROME_BROWSER_UI_WEBSITE_SETTINGS_PERMISSION_BUBBLE_BROWSER_TEST_UTI
L_H_ |
| OLD | NEW |