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

Unified Diff: chrome/browser/ui/browser_dialogs.h

Issue 2882533003: [Mac] Hover/Active Omnibox Icon States for Secondary UI MD (Closed)
Patch Set: Rebased and applied tapted's changes Created 3 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/cocoa/browser_dialogs_views_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_dialogs.h
diff --git a/chrome/browser/ui/browser_dialogs.h b/chrome/browser/ui/browser_dialogs.h
index fae7e67e127f5e56ef0316e2031eef3abffec7c3..6207ab0a1d6fcbfc79063a5ed919f53e708bf4e0 100644
--- a/chrome/browser/ui/browser_dialogs.h
+++ b/chrome/browser/ui/browser_dialogs.h
@@ -22,15 +22,10 @@
#endif // OS_CHROMEOS
class Browser;
-class ContentSettingBubbleModel;
class GURL;
class LoginHandler;
class Profile;
-namespace bookmarks {
-class BookmarkBubbleObserver;
-}
-
namespace content {
class BrowserContext;
class ColorChooser;
@@ -59,10 +54,6 @@ namespace safe_browsing {
class ChromeCleanerDialogController;
}
-namespace security_state {
-struct SecurityInfo;
-} // namespace security_state
-
namespace task_manager {
class TaskManagerTableModel;
}
@@ -117,24 +108,6 @@ content::ColorChooser* ShowColorChooser(content::WebContents* web_contents,
#if defined(OS_MACOSX)
-// Shows a Views page info bubble at the given anchor point.
-void ShowPageInfoBubbleViewsAtPoint(
- const gfx::Point& anchor_point,
- Profile* profile,
- content::WebContents* web_contents,
- const GURL& virtual_url,
- const security_state::SecurityInfo& security_info);
-
-// Show a Views bookmark bubble at the given point. This occurs when the
-// bookmark star is clicked or "Bookmark This Page..." is selected from a menu
-// or via a key equivalent.
-void ShowBookmarkBubbleViewsAtPoint(const gfx::Point& anchor_point,
- gfx::NativeView parent,
- bookmarks::BookmarkBubbleObserver* observer,
- Browser* browser,
- const GURL& url,
- bool newly_bookmarked);
-
// Shows a views zoom bubble at the |anchor_point|. This occurs when the zoom
// icon is clicked or when a shortcut key is pressed or whenever |web_contents|
// zoom factor changes. |user_action| is used to determine if the bubble will
@@ -190,22 +163,6 @@ void ShowWebShareTargetPickerDialog(
const std::vector<std::pair<base::string16, GURL>>& targets,
WebShareTargetPickerCallback callback);
-#if defined(OS_MACOSX)
-
-// This is a class so that it can be friended from ContentSettingBubbleContents,
-// which allows it to call SetAnchorRect().
-class ContentSettingBubbleViewsBridge {
- public:
- static void Show(gfx::NativeView parent_view,
- ContentSettingBubbleModel* model,
- content::WebContents* web_contents,
- const gfx::Point& anchor);
- private:
- DISALLOW_IMPLICIT_CONSTRUCTORS(ContentSettingBubbleViewsBridge);
-};
-
-#endif // OS_MACOSX
-
#endif // TOOLKIT_VIEWS
// Values used in the Dialog.Creation UMA metric. Each value represents a
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/cocoa/browser_dialogs_views_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698