diff options
author | msw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-27 03:14:17 +0000 |
---|---|---|
committer | msw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-27 03:14:17 +0000 |
commit | 24bbcdd421bd7664052c82a3074ddc9672bd8668 (patch) | |
tree | acb5f02f15ddbbc4eda1f722cea4f4f7b08643e2 /chrome/chrome_dll.gypi | |
parent | c991cccb015f55cadace91e00290ac783f44b530 (diff) | |
download | chromium_src-24bbcdd421bd7664052c82a3074ddc9672bd8668.zip chromium_src-24bbcdd421bd7664052c82a3074ddc9672bd8668.tar.gz chromium_src-24bbcdd421bd7664052c82a3074ddc9672bd8668.tar.bz2 |
Add Chrome To Mobile Mac page action and bubble.
Implements the Chrome To Mobile extension in Chrome.
Consume ChromeToMobileService with new UI as in:
Views: http://codereview.chromium.org/9443007/ +follow-ups.
GTK: http://codereview.chromium.org/9689087/
Add a page action icon when the service reports 1+ devices.
Show a bubble to send the current page URL / MHTML snapshot.
Add unit tests for controller/bridge/bubble functionality.
BUG=102709
TEST=Chrome To Mobile Mac UI works as expected :)
Review URL: https://chromiumcodereview.appspot.com/9794018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129119 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_dll.gypi')
-rw-r--r-- | chrome/chrome_dll.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi index 16eb9ca..b384bf5 100644 --- a/chrome/chrome_dll.gypi +++ b/chrome/chrome_dll.gypi @@ -242,6 +242,7 @@ 'app/nibs/BookmarkEditor.xib', 'app/nibs/BookmarkNameFolder.xib', 'app/nibs/BrowserWindow.xib', + 'app/nibs/ChromeToMobileBubble.xib', 'app/nibs/CollectedCookies.xib', 'app/nibs/CookieDetailsView.xib', 'app/nibs/ContentBlockedCookies.xib', |