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

Issue 2580063003: AppShell: Ignore channel requirements of extension API features (Closed)

Created:
4 years ago by michaelpg
Modified:
3 years, 11 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org, Devlin
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

AppShell: Ignore channel requirements of extension API features Make AppShell always the "unknown" channel, instead of always being "stable", because (a) it doesn't have channels, (b) we want to test unstable APIs too, and (c) saying app_shell is "dev channel" would be insulting to chrome dev channel. This allows APIs like chrome.hid.getUserSelectedDevices to exist in app_shell. (That particular one crashes, but what can you do...) BUG=none R=steel@chromium.org Review-Url: https://codereview.chromium.org/2580063003 Cr-Commit-Position: refs/heads/master@{#442748} Committed: https://chromium.googlesource.com/chromium/src/+/1d1bf1cbc6c47fe45e286c84998f1ebf517d8946

Patch Set 1 #

Total comments: 1

Patch Set 2 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -12 lines) Patch
M extensions/common/features/feature.h View 1 chunk +0 lines, -4 lines 0 comments Download
M extensions/common/features/feature.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/shell/browser/shell_extensions_browser_client.cc View 3 chunks +5 lines, -0 lines 0 comments Download
M extensions/shell/test/shell_test.h View 2 chunks +0 lines, -2 lines 0 comments Download
M extensions/shell/test/shell_test.cc View 2 chunks +1 line, -5 lines 0 comments Download

Messages

Total messages: 11 (6 generated)
michaelpg
https://codereview.chromium.org/2580063003/diff/1/extensions/common/features/feature.h File extensions/common/features/feature.h (left): https://codereview.chromium.org/2580063003/diff/1/extensions/common/features/feature.h#oldcode153 extensions/common/features/feature.h:153: void set_check_channel(bool check_channel) { check_channel_ = check_channel; } These ...
4 years ago (2016-12-17 06:11:18 UTC) #2
Rahul Chaturvedi
lgtm
3 years, 11 months ago (2017-01-09 18:22:45 UTC) #3
Devlin
lgtm
3 years, 11 months ago (2017-01-09 23:55:05 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2580063003/20001
3 years, 11 months ago (2017-01-10 23:54:39 UTC) #8
commit-bot: I haz the power
3 years, 11 months ago (2017-01-11 00:59:33 UTC) #11
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/1d1bf1cbc6c47fe45e286c84998f...

Powered by Google App Engine
This is Rietveld 408576698