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

Issue 155425: Mac-ify the app-based extensions folder name.... (Closed)

Created:
11 years, 5 months ago by Avi (use Gerrit)
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Mac-ify the app-based extensions folder name. BUG=http://crbug.com/16484 TEST=ensure no "extensions" folder is created as a sibling of the app binary Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=20525

Patch Set 1 #

Total comments: 4

Patch Set 2 : '' #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -0 lines) Patch
M app/app_paths.cc View 1 2 chunks +12 lines, -0 lines 4 comments Download

Messages

Total messages: 6 (0 generated)
Avi (use Gerrit)
11 years, 5 months ago (2009-07-13 15:40:54 UTC) #1
TVL
http://codereview.chromium.org/155425/diff/1/2 File app/app_paths.cc (right): http://codereview.chromium.org/155425/diff/1/2#newcode24 Line 24: cur = cur.Append(FILE_PATH_LITERAL("themes")); while you're here, does this ...
11 years, 5 months ago (2009-07-13 16:01:07 UTC) #2
Avi (use Gerrit)
http://codereview.chromium.org/155425/diff/1/2 File app/app_paths.cc (right): http://codereview.chromium.org/155425/diff/1/2#newcode24 Line 24: cur = cur.Append(FILE_PATH_LITERAL("themes")); On 2009/07/13 16:01:07, TVL wrote: ...
11 years, 5 months ago (2009-07-13 16:09:45 UTC) #3
TVL
lgtm, tx.
11 years, 5 months ago (2009-07-13 16:12:57 UTC) #4
Mark Mentovai
http://codereview.chromium.org/155425/diff/1004/4 File app/app_paths.cc (right): http://codereview.chromium.org/155425/diff/1004/4#newcode21 Line 21: #if !defined(OS_MACOSX) Nobody will ever ask for DIR_THEMES ...
11 years, 5 months ago (2009-07-13 16:15:21 UTC) #5
Avi (use Gerrit)
11 years, 5 months ago (2009-07-13 16:33:53 UTC) #6
http://codereview.chromium.org/155425/diff/1004/4
File app/app_paths.cc (right):

http://codereview.chromium.org/155425/diff/1004/4#newcode21
Line 21: #if !defined(OS_MACOSX)
On 2009/07/13 16:15:21, Mark Mentovai wrote:
> Nobody will ever ask for DIR_THEMES on the Mac?

They don't now, and if they start to, it'll be pretty obvious what the cause is.

http://codereview.chromium.org/155425/diff/1004/4#newcode47
Line 47: #if defined(OS_MACOSX)
On 2009/07/13 16:15:21, Mark Mentovai wrote:
> Do we support multiple extensions dirs?

This is for extensions that ship with the app; this doesn't apply to extensions
that the users load.

Powered by Google App Engine
This is Rietveld 408576698