diff options
author | msw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-30 13:03:20 +0000 |
---|---|---|
committer | msw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-30 13:03:20 +0000 |
commit | e9bfbddc52bd27ef33716bf888a98d8dd9378eb8 (patch) | |
tree | 1342cbf20c776d7f3d67f91edc3a10496b0e1398 /chrome/browser/ui/view_ids.h | |
parent | a2c8cba08f74470d1d3573dcaae1c62323455c4d (diff) | |
download | chromium_src-e9bfbddc52bd27ef33716bf888a98d8dd9378eb8.zip chromium_src-e9bfbddc52bd27ef33716bf888a98d8dd9378eb8.tar.gz chromium_src-e9bfbddc52bd27ef33716bf888a98d8dd9378eb8.tar.bz2 |
Integrate Chrome To Mobile with Action Box UI.
Gate IsChromeToMobileEnabled on Action Box flag.
Nix commandline flags, and about:flags entry.
Nix IDS_FLAGS_[EN|DIS]ABLE_CHROME_TO_MOBILE_[NAME|DESCRIPTION].
Remove page action icons, anchor to action box button:
Nix chrome_to_mobile_decoration.[h|mm] and use.
Nix chrome_to_mobile_view.[h|cc] and use.
Nix LocationBarViewGtk::CreateChromeToMobileButton, etc.
Nix Command observation from LocationBarView[Mac|Gtk|<win>].
Nix chromeToMobileBubblePoint, GetChromeToMobileBubblePoint, etc.
Nix SetChromeToMobileDecorationLit, VIEW_ID_CHROME_TO_MOBILE_BUTTON, etc.
Add SetActionBoxIcon, call from bubble show/close.
Revise SetTextButtonIconToId for TextButton anchor view.
Disable ShowChromeToMobileBubble on GTK :(
TODO(followup): Refine updating/observation of IDC_CHROME_TO_MOBILE_PAGE.
TODO(followup): TBD GTK Action Box, fallback UI, or more cleanup.
BUG=102709,120905,125307
TEST=Chrome To Mobile is enabled iff Action Box is enabled; disabled on GTK.
Review URL: https://chromiumcodereview.appspot.com/10885024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154120 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/view_ids.h')
-rw-r--r-- | chrome/browser/ui/view_ids.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/ui/view_ids.h b/chrome/browser/ui/view_ids.h index 0639d31..784e1ac 100644 --- a/chrome/browser/ui/view_ids.h +++ b/chrome/browser/ui/view_ids.h @@ -45,7 +45,6 @@ enum ViewID { VIEW_ID_BROWSER_ACTION_TOOLBAR, VIEW_ID_FEEDBACK_BUTTON, VIEW_ID_OMNIBOX, - VIEW_ID_CHROME_TO_MOBILE_BUTTON, // The Bookmark Bar. VIEW_ID_BOOKMARK_BAR, |