diff options
author | msw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-18 02:43:42 +0000 |
---|---|---|
committer | msw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-18 02:43:42 +0000 |
commit | c0dd75db627910cbfca1a7ab9ceb5c2c666d1902 (patch) | |
tree | 6f5531cc3843bd03516bfd2c7b78f8b86c25a130 /chrome/chrome_nibs.gyp | |
parent | 76bfc7f5d06ab704d404a86866d8358675914545 (diff) | |
download | chromium_src-c0dd75db627910cbfca1a7ab9ceb5c2c666d1902.zip chromium_src-c0dd75db627910cbfca1a7ab9ceb5c2c666d1902.tar.gz chromium_src-c0dd75db627910cbfca1a7ab9ceb5c2c666d1902.tar.bz2 |
Remove the integrated desktop Chrome To Mobile Service and UI.
Remove ChromeToMobile service, factory, unittests, and UI.
Remove IDS_CHROME_TO_MOBILE* strings.
Remove IDC_CHROME_TO_MOBILE_PAGE and adjust IDC values.
Remove IDR_MOBILE and chrome/app/theme/*/mobile[_lit].png
Remove browser frame and location bar callers, consts.
Remove prefs::kChromeToMobileDeviceList from user profiles.
Add code in c/b/prefs/browser_prefs.cc to clear this value.
The UMA histograms will be removed in a related CL:
https://chromereviews.googleplex.com/9087014/
WontFix'ed issues related to this code, listed for future reference:
-Issue 120941: Chrome To Mobile: An error occured while sending the page.
-Issue 154709: Last selected mobile device not stored and automatically reselected
-Issue 154710: Ordering of mobile devices not consistent
-Issue 156843: Only acknowledge invalidation after device search is finished in ChromeToMobileService
-Issue 122183: Make ChromeToMobile API more testable, drop gmock.
BUG=260121
TEST=Dead user pref is cleared, no compile failures/crashes.
R=rfevang@chromium.org,battre@chromium.org,sky@chromium.org
Review URL: https://chromiumcodereview.appspot.com/19256007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212219 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_nibs.gyp')
-rw-r--r-- | chrome/chrome_nibs.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/chrome_nibs.gyp b/chrome/chrome_nibs.gyp index 8949533..aca4a67 100644 --- a/chrome/chrome_nibs.gyp +++ b/chrome/chrome_nibs.gyp @@ -93,8 +93,6 @@ 'browser/ui/cocoa/chrome_browser_window.mm', 'browser/ui/cocoa/chrome_event_processing_window.h', 'browser/ui/cocoa/chrome_event_processing_window.mm', - 'browser/ui/cocoa/chrome_to_mobile_bubble_controller.h', - 'browser/ui/cocoa/chrome_to_mobile_bubble_controller.mm', 'browser/ui/cocoa/clickhold_button_cell.h', 'browser/ui/cocoa/clickhold_button_cell.mm', 'browser/ui/cocoa/content_settings/collected_cookies_mac.h', |