|
|
Chromium Code Reviews|
Created:
4 years, 1 month ago by sczs1 Modified:
4 years, 1 month ago Reviewers:
rohitrao (ping after 24h) CC:
chromium-reviews Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
Description[ios] Create NativeAppTypes class
This class contains enums that will be used by native_app_launcher
classes.
BUG=662573
Committed: https://crrev.com/a720602de2706c6bc5a47e3bee207e9d52e669e2
Cr-Commit-Position: refs/heads/master@{#431055}
Patch Set 1 #
Total comments: 4
Patch Set 2 : CL Feedback #Patch Set 3 : Rebase #
Messages
Total messages: 22 (11 generated)
The CQ bit was checked by sczs@google.com to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_comp...) mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_...)
The CQ bit was unchecked by sczs@google.com
sczs@google.com changed reviewers: + rohitrao@chromium.org
PTAL
https://codereview.chromium.org/2483303003/diff/1/ios/public/provider/chrome/... File ios/public/provider/chrome/browser/native_app_launcher/native_app_types.h (right): https://codereview.chromium.org/2483303003/diff/1/ios/public/provider/chrome/... ios/public/provider/chrome/browser/native_app_launcher/native_app_types.h:11: enum ActionType { If we rename this to NativeAppActionType, then we could remove the "class NativeAppTypes" entirely, because the enums themselves will have unique names. https://codereview.chromium.org/2483303003/diff/1/ios/public/provider/chrome/... ios/public/provider/chrome/browser/native_app_launcher/native_app_types.h:12: USER_ACTION_IGNORE, Rename these from USER_ACTION* to NATIVE_APP_ACTION_*
Hi Rohit, Made the changes, could you PTAL https://codereview.chromium.org/2483303003/diff/1/ios/public/provider/chrome/... File ios/public/provider/chrome/browser/native_app_launcher/native_app_types.h (right): https://codereview.chromium.org/2483303003/diff/1/ios/public/provider/chrome/... ios/public/provider/chrome/browser/native_app_launcher/native_app_types.h:11: enum ActionType { On 2016/11/09 09:52:44, rohitrao wrote: > If we rename this to NativeAppActionType, then we could remove the "class > NativeAppTypes" entirely, because the enums themselves will have unique names. Sounds like a good idea. Done. https://codereview.chromium.org/2483303003/diff/1/ios/public/provider/chrome/... ios/public/provider/chrome/browser/native_app_launcher/native_app_types.h:12: USER_ACTION_IGNORE, On 2016/11/09 09:52:44, rohitrao wrote: > Rename these from USER_ACTION* to NATIVE_APP_ACTION_* Done.
lgtm Please add pkl@chromium.org and lpromero@chromium.org to an OWNERS file in this directory.
Actually, you could just roll this in with your other CL. There's no need to split it out unless you want to.
The CQ bit was checked by sczs@google.com
On 2016/11/09 20:34:42, rohitrao wrote: > Actually, you could just roll this in with your other CL. There's no need to > split it out unless you want to. Ok, will make the change in the other CL.
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/bui...)
The CQ bit was checked by sczs@google.com
The patchset sent to the CQ was uploaded after l-g-t-m from rohitrao@chromium.org Link to the patchset: https://codereview.chromium.org/2483303003/#ps40001 (title: "Rebase")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Committed patchset #3 (id:40001)
Message was sent while issue was closed.
Description was changed from ========== [ios] Create NativeAppTypes class This class contains enums that will be used by native_app_launcher classes. BUG=662573 ========== to ========== [ios] Create NativeAppTypes class This class contains enums that will be used by native_app_launcher classes. BUG=662573 Committed: https://crrev.com/a720602de2706c6bc5a47e3bee207e9d52e669e2 Cr-Commit-Position: refs/heads/master@{#431055} ==========
Message was sent while issue was closed.
Patchset 3 (id:??) landed as https://crrev.com/a720602de2706c6bc5a47e3bee207e9d52e669e2 Cr-Commit-Position: refs/heads/master@{#431055} |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
