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

Issue 342040: Enable ExternalProtocolDialog for linux/views (Closed)

Created:
11 years, 1 month ago by oshima
Modified:
9 years, 6 months ago
Reviewers:
sky
CC:
chromium-reviews_googlegroups.com, Ben Goodger (Google)
Visibility:
Public.

Description

Enable ExternalProtocolDialog for Chromeos. * It simply says it's not supported as ChromeOS wont launch external program. Fixed resource files to use chromeos. Apparently I misunderstood how this works when I added 'toolkit_views' to grd files. It was never defined, and wasn't necessary. BUG=23853 TEST=type in "apple.cm" in the omnibox and it should popup the external protocol dialog. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30593

Patch Set 1 #

Patch Set 2 : created dialog for chromeos that simply says it's not supported #

Patch Set 3 : style fix #

Total comments: 12

Patch Set 4 : update per review #

Patch Set 5 : fix linux build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+215 lines, -34 lines) Patch
M chrome/app/chromium_strings.grd View 2 chunks +11 lines, -4 lines 0 comments Download
M chrome/app/generated_resources.grd View 2 3 2 chunks +26 lines, -16 lines 0 comments Download
M chrome/app/google_chrome_strings.grd View 2 chunks +11 lines, -4 lines 0 comments Download
A chrome/browser/chromeos/external_protocol_dialog.h View 2 3 1 chunk +51 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/external_protocol_dialog.cc View 2 3 1 chunk +105 lines, -0 lines 0 comments Download
M chrome/browser/external_protocol_handler.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/views/external_protocol_dialog.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/views/external_protocol_dialog.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M chrome/chrome.gyp View 1 2 3 4 2 chunks +6 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
oshima
11 years, 1 month ago (2009-10-29 21:20:37 UTC) #1
sky
http://codereview.chromium.org/342040/diff/11/1011 File chrome/app/chromium_strings.grd (right): http://codereview.chromium.org/342040/diff/11/1011#newcode239 Line 239: <if expr="not pp_ifdef('chromeos')"> Can we group all chromeos ...
11 years, 1 month ago (2009-10-29 22:03:02 UTC) #2
oshima
i'll update the change once i figure out how to separate resource files. http://codereview.chromium.org/342040/diff/11/1011 File ...
11 years, 1 month ago (2009-10-29 23:21:16 UTC) #3
sky
11 years, 1 month ago (2009-10-30 15:38:29 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698