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

Side by Side Diff: chrome/browser/ui/permission_bubble/permission_bubble_browser_test_util.h

Issue 2748443005: Rename website_settings UI folders to permission_bubble. (Closed)
Patch Set: Rebase. 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 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_PERMISSION_BUBBLE_PERMISSION_BUBBLE_BROWSER_TEST_UTIL_ H_
6 #define CHROME_BROWSER_UI_WEBSITE_SETTINGS_PERMISSION_BUBBLE_BROWSER_TEST_UTIL_H _ 6 #define CHROME_BROWSER_UI_PERMISSION_BUBBLE_PERMISSION_BUBBLE_BROWSER_TEST_UTIL_ H_
7 7
8 #include <memory> 8 #include <memory>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/macros.h" 11 #include "base/macros.h"
12 #include "chrome/browser/extensions/extension_browsertest.h" 12 #include "chrome/browser/extensions/extension_browsertest.h"
13 #include "chrome/browser/ui/website_settings/permission_prompt.h" 13 #include "chrome/browser/ui/permission_bubble/permission_prompt.h"
14 14
15 namespace base { 15 namespace base {
16 class CommandLine; 16 class CommandLine;
17 } 17 }
18 class PermissionRequest; 18 class PermissionRequest;
19 class Browser; 19 class Browser;
20 20
21 class TestPermissionBubbleViewDelegate : public PermissionPrompt::Delegate { 21 class TestPermissionBubbleViewDelegate : public PermissionPrompt::Delegate {
22 public: 22 public:
23 TestPermissionBubbleViewDelegate(); 23 TestPermissionBubbleViewDelegate();
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 class PermissionBubbleKioskBrowserTest : public PermissionBubbleBrowserTest { 61 class PermissionBubbleKioskBrowserTest : public PermissionBubbleBrowserTest {
62 public: 62 public:
63 PermissionBubbleKioskBrowserTest(); 63 PermissionBubbleKioskBrowserTest();
64 ~PermissionBubbleKioskBrowserTest() override; 64 ~PermissionBubbleKioskBrowserTest() override;
65 65
66 void SetUpCommandLine(base::CommandLine* command_line) override; 66 void SetUpCommandLine(base::CommandLine* command_line) override;
67 67
68 DISALLOW_COPY_AND_ASSIGN(PermissionBubbleKioskBrowserTest); 68 DISALLOW_COPY_AND_ASSIGN(PermissionBubbleKioskBrowserTest);
69 }; 69 };
70 70
71 #endif // CHROME_BROWSER_UI_WEBSITE_SETTINGS_PERMISSION_BUBBLE_BROWSER_TEST_UTI L_H_ 71 #endif // CHROME_BROWSER_UI_PERMISSION_BUBBLE_PERMISSION_BUBBLE_BROWSER_TEST_UT IL_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698