| 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
|
|
|